Skip to content

Commit e6148ce

Browse files
committed
revert ordering change for repo disable - see issue 708
1 parent 4695dfc commit e6148ce

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

ansible/site.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@
2727
- import_playbook: slurm.yml
2828
- import_playbook: portal.yml
2929
- import_playbook: monitoring.yml
30+
- import_playbook: final.yml
3031

3132
- name: Run post.yml hook
3233
vars:
@@ -36,6 +37,4 @@
3637
import_playbook: "{{ hook_path if hook_path | exists else 'noop.yml' }}"
3738
when: hook_path | exists
3839

39-
- import_playbook: final.yml
40-
4140
...

0 commit comments

Comments
 (0)