summaryrefslogtreecommitdiff
path: root/playbooks/roles/ceph
diff options
context:
space:
mode:
Diffstat (limited to 'playbooks/roles/ceph')
-rw-r--r--playbooks/roles/ceph/tasks/main.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/playbooks/roles/ceph/tasks/main.yml b/playbooks/roles/ceph/tasks/main.yml
index b554340..b949cce 100644
--- a/playbooks/roles/ceph/tasks/main.yml
+++ b/playbooks/roles/ceph/tasks/main.yml
@@ -23,7 +23,7 @@
key = {{ ceph_secret }}
dest: "/etc/ceph/ceph.client.{{ ceph_client_name }}.keyring"
mode: '0600'
-
+
- name: Ensure Ceph Base Exists
ansible.builtin.file:
path: "{{ ceph_base }}"