Skip to content

Commit b383807

Browse files
authored
Merge pull request #170 from keuko/issue-169
Run cephadm_pool task as sudo
2 parents f526856 + 0b90e7c commit b383807

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

roles/pools/tasks/main.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,4 @@
1717
with_items: "{{ cephadm_pools }}"
1818
delegate_to: "{{ groups['mons'][0] }}"
1919
run_once: true
20+
become: true

0 commit comments

Comments
 (0)