Compare commits
2 Commits
b795d3ec5b
...
a25f79c502
Author | SHA1 | Date | |
---|---|---|---|
|
a25f79c502 | ||
|
3af388724a |
@ -20,7 +20,7 @@
|
||||
become: true
|
||||
vars_files:
|
||||
- vars/openqa.yml
|
||||
- vars/openqa_branding.yml
|
||||
- vars/openqa-branding.yml
|
||||
|
||||
# This is to try to avoid the handler issue in pre/post tasks
|
||||
handlers:
|
||||
@ -45,7 +45,7 @@
|
||||
ansible.builtin.import_tasks: tasks/openqa.yml
|
||||
|
||||
- name: Apply Rocky Linux OpenQA Branding
|
||||
ansible.builtin.import_tasks: tasks/openqa_branding.yml
|
||||
ansible.builtin.import_tasks: tasks/openqa-branding.yml
|
||||
|
||||
post_tasks:
|
||||
- name: Touching run file that ansible has ran here
|
||||
|
@ -23,6 +23,7 @@
|
||||
# strip: 1
|
||||
backup: true
|
||||
with_items: "{{ branding_patches }}"
|
||||
ignore_errors: "{{ ansible_check_mode }}"
|
||||
tags:
|
||||
- branding
|
||||
|
||||
@ -30,6 +31,7 @@
|
||||
ansible.builtin.systemd:
|
||||
name: openqa-webui
|
||||
state: restarted
|
||||
ignore_errors: "{{ ansible_check_mode }}"
|
||||
tags:
|
||||
- branding
|
||||
...
|
Loading…
Reference in New Issue
Block a user