Skip to content

Commit 910ecc3

Browse files
committed
disable repos after hook for site.yml - matches fatimage
1 parent dccd390 commit 910ecc3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

ansible/site.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@
2727
- import_playbook: slurm.yml
2828
- import_playbook: portal.yml
2929
- import_playbook: monitoring.yml
30-
- import_playbook: disable-repos.yml
3130

3231
- name: Run post.yml hook
3332
vars:
@@ -37,4 +36,6 @@
3736
import_playbook: "{{ hook_path if hook_path | exists else 'noop.yml' }}"
3837
when: hook_path | exists
3938

39+
- import_playbook: disable-repos.yml
40+
4041
...

0 commit comments

Comments
 (0)