Skip to content

Commit 63cd845

Browse files
committed
revert cvmfs changes
1 parent 3127376 commit 63cd845

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

ansible/roles/compute_init/tasks/export.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,16 @@
5858
os_manila_mount_share_info_var:
5959
os_manila_mount_share_info: "{{ os_manila_mount_share_info }}"
6060

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+
6171
- name: Export cacerts
6272
ansible.builtin.include_role:
6373
name: cacerts

0 commit comments

Comments
 (0)