Skip to content

Commit f3325f3

Browse files
Move yq install up
1 parent e3a1fa6 commit f3325f3

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

playbooks/site.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,12 @@
1919
name: fix_broken
2020
when: ansible_os_family == 'Debian'
2121

22+
- hosts: controller, slurm_backup
23+
become: true
24+
tasks:
25+
- include_role:
26+
name: yaml
27+
2228
- hosts: all
2329
become: true
2430
vars:
@@ -256,12 +262,6 @@
256262
name: hyperthreading
257263
when: not hyperthreading|default(false)|bool
258264

259-
- hosts: controller, slurm_backup
260-
become: true
261-
tasks:
262-
- include_role:
263-
name: yaml
264-
265265
- hosts: all
266266
tasks:
267267
- include_role:

0 commit comments

Comments
 (0)