We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3127376 commit 63cd845Copy full SHA for 63cd845
ansible/roles/compute_init/tasks/export.yml
@@ -58,6 +58,16 @@
58
os_manila_mount_share_info_var:
59
os_manila_mount_share_info: "{{ os_manila_mount_share_info }}"
60
61
+- name: Ensure /exports/cluster/cvmfs directory exists
62
+ ansible.builtin.file:
63
+ path: /exports/cluster/cvmfs
64
+ state: directory
65
+ owner: ansible-init
66
+ group: ansible-init
67
+ mode: u=rwX,go=
68
+ run_once: true
69
+ delegate_to: "{{ groups['control'] | first }}"
70
+
71
- name: Export cacerts
72
ansible.builtin.include_role:
73
name: cacerts
0 commit comments