mirror of https://github.com/ceph/ceph-ansible.git
add-osd.yml: Add become flag for ceph-validate
The check_devices task fails if the ceph-validate role isn't executed as a privileged user (Permission denied). failed: [osd0] (item=/dev/sdb) => {"changed": false, "err": "Error: Error opening /dev/sdb: Permission denied\n", "item": "/dev/sdb", "msg": "Error while getting device information with parted script: '/sbin/parted -s -m /dev/sdb -- unit 'MiB' print'", "out": "", "rc": 1} Signed-off-by: Dimitri Savineau <dsavinea@redhat.com>pull/3701/head
parent
a089e1ec23
commit
b23c05ae52
|
@ -20,6 +20,7 @@
|
|||
- osds
|
||||
|
||||
gather_facts: False
|
||||
become: true
|
||||
|
||||
vars:
|
||||
delegate_facts_host: True
|
||||
|
|
Loading…
Reference in New Issue