---
- name: create bootstrap directories
file:
path: "{{ item }}"
state: directory
owner: "{{ bootstrap_dirs_owner }}"
group: "{{ bootstrap_dirs_group }}"
mode: "0755"
with_items:
- /etc/ceph/
- /var/lib/ceph/bootstrap-rgw