From: Adam Kraitman Date: Sun, 25 Dec 2022 13:51:12 +0000 (+0200) Subject: Using the cpanm ansible module X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F712%2Fhead;p=ceph-cm-ansible.git Using the cpanm ansible module Signed-off-by: Adam Kraitman --- diff --git a/roles/testnode/tasks/cpan.yml b/roles/testnode/tasks/cpan.yml index 97174927..12423c38 100644 --- a/roles/testnode/tasks/cpan.yml +++ b/roles/testnode/tasks/cpan.yml @@ -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