diff --git a/roles/ceph/tasks/ceph-ansible-installed.yaml b/roles/ceph/tasks/ceph-ansible-installed.yaml index 4a28d57b5..85cd47ee6 100644 --- a/roles/ceph/tasks/ceph-ansible-installed.yaml +++ b/roles/ceph/tasks/ceph-ansible-installed.yaml @@ -23,6 +23,7 @@ - name: Get ceph-ansible repository shell: "yum info ceph-ansible | awk '/From repo/ {print $4}'" + become: true register: repo changed_when: false