Skip to content

Commit 332ac92

Browse files
committed
removed eessi tasks from compute-init/tasks/export.yml
1 parent fda641e commit 332ac92

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

ansible/roles/compute_init/tasks/export.yml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -62,17 +62,6 @@
6262
run_once: true
6363
delegate_to: "{{ groups['control'] | first }}"
6464

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-
7665
- name: Export cacerts
7766
ansible.builtin.include_role:
7867
name: cacerts

0 commit comments

Comments
 (0)