Compare commits
16 Commits
3507aee0b9
...
203286d4ac
Author | SHA1 | Date | |
---|---|---|---|
|
203286d4ac | ||
|
c4d9d3ea24 | ||
|
acbbcace69 | ||
|
95cf46f6d1 | ||
|
22cdf9dec5 | ||
|
69923813dd | ||
|
2c6f93ff8e | ||
|
05fb2aa93b | ||
|
1c26ea706f | ||
|
ca08f4bb0e | ||
|
beb14b7a96 | ||
|
d7ab984b4f | ||
|
96f68226dc | ||
|
b337544f5f | ||
|
7d8bd73307 | ||
|
2a237385ef |
@ -44,6 +44,9 @@
|
||||
- name: Install and configure OpenQA
|
||||
ansible.builtin.import_tasks: tasks/openqa.yml
|
||||
|
||||
- name: Apply Rocky Linux OpenQA Branding
|
||||
ansible.builtin.import_tasks: tasks/openqa_branding.yml
|
||||
|
||||
post_tasks:
|
||||
- name: Touching run file that ansible has ran here
|
||||
ansible.builtin.file:
|
||||
|
@ -9,6 +9,6 @@ templates_src_dir: "{{ playbook_dir }}/files/usr/share/openqa/templates"
|
||||
templates_dest_dir: "/usr/share/openqa/templates"
|
||||
|
||||
branding_patches:
|
||||
- {path: /usr/share/openqa/assets/assetpack.def, patch: /usr/share/openqa/assets/assetpack.def.patch}
|
||||
- {path: /usr/share/openqa/templates/webapi/main/index.html.ep, patch: /usr/share/openqa/templates/webapi/main/index.html.ep.patch}
|
||||
- { path: /usr/share/openqa/assets/assetpack.def, patch: /usr/share/openqa/assets/assetpack.def.patch }
|
||||
- { path: /usr/share/openqa/templates/webapi/main/index.html.ep, patch: /usr/share/openqa/templates/webapi/main/index.html.ep.patch }
|
||||
...
|
||||
|
Loading…
Reference in New Issue
Block a user