Merge "Fix ceph-ansible permissions when checking the repo name" into stable/ussuri

This commit is contained in:
Zuul 2020-08-07 12:56:12 +00:00 committed by Gerrit Code Review
commit 9d15befdcf
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