Skip to content

Commit 0b90e7c

Browse files
committed
Run cephadm_pool task as sudo
The `cephadm_pool` Ansible module now explicitly uses `become: true` to ensure it is executed with elevated privileges. This change is necessary because `cephadm` requires sudo permissions to manage Ceph pools. Resolves #169
1 parent f526856 commit 0b90e7c

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)