Skip to content

Commit 91da774

Browse files
committed
rename final playbook and let dnf repos work for post-hook in both site and fatimage
1 parent 1740599 commit 91da774

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

ansible/fatimage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,7 @@
257257
import_playbook: "{{ hook_path if hook_path | exists else 'noop.yml' }}"
258258
when: hook_path | exists
259259

260-
- import_playbook: after.yml
260+
- import_playbook: final.yml
261261

262262
- hosts: builder
263263
become: yes
File renamed without changes.

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: after.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: final.yml
40+
4041
...

0 commit comments

Comments
 (0)