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 1740599 commit 91da774Copy full SHA for 91da774
ansible/fatimage.yml
@@ -257,7 +257,7 @@
257
import_playbook: "{{ hook_path if hook_path | exists else 'noop.yml' }}"
258
when: hook_path | exists
259
260
-- import_playbook: after.yml
+- import_playbook: final.yml
261
262
- hosts: builder
263
become: yes
ansible/after.yml renamed to ansible/final.yml
ansible/site.yml
@@ -27,7 +27,6 @@
27
- import_playbook: slurm.yml
28
- import_playbook: portal.yml
29
- import_playbook: monitoring.yml
30
31
32
- name: Run post.yml hook
33
vars:
@@ -37,4 +36,6 @@
37
36
38
39
40
+
41
...
0 commit comments