Merge "Fix ceph-ansible permissions when checking the repo name"

This commit is contained in:
Zuul 2020-07-16 13:19:48 +00:00 committed by Gerrit Code Review
commit a06dab904f
1 changed files with 1 additions and 0 deletions

View File

@ -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