]> git.apps.os.sepia.ceph.com Git - ceph-cm-ansible.git/commitdiff
Using the cpanm ansible module 712/head
authorAdam Kraitman <akraitma@redhat.com>
Sun, 25 Dec 2022 13:51:12 +0000 (15:51 +0200)
committerAdam Kraitman <akraitma@redhat.com>
Sun, 25 Dec 2022 13:51:12 +0000 (15:51 +0200)
Signed-off-by: Adam Kraitman <akraitma@redhat.com>
roles/testnode/tasks/cpan.yml

index 971749276ce608e8d1245a0202a1a7056a6749b3..12423c38a4c143f708ec28ec9cf7e35958e7801c 100644 (file)
@@ -46,6 +46,7 @@
   changed_when: false
 
 - name: "Install Amazon::S3."
-  command: "cpan  Amazon::S3"
+  cpanm:
+    name: "Amazon::S3"
   when: cpan_check is defined and
         cpan_check.rc != 0