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 fda641e commit 332ac92Copy full SHA for 332ac92
ansible/roles/compute_init/tasks/export.yml
@@ -62,17 +62,6 @@
62
run_once: true
63
delegate_to: "{{ groups['control'] | first }}"
64
65
-- name: Copy EESSI CVMFS config to /exports/cluster
66
- ansible.builtin.copy:
67
- src: /etc/cvmfs/default.local
68
- dest: /exports/cluster/cvmfs/default.local
69
- owner: slurm
70
- group: root
71
- mode: "0644"
72
- remote_src: true
73
- run_once: true
74
- delegate_to: "{{ groups['control'] | first }}"
75
-
76
- name: Export cacerts
77
ansible.builtin.include_role:
78
name: cacerts
0 commit comments