Compare commits
17 Commits
203286d4ac
...
3507aee0b9
Author | SHA1 | Date | |
---|---|---|---|
|
3507aee0b9 | ||
|
a66a2925de | ||
|
4a2d5d9047 | ||
|
cb28454abc | ||
|
679181a063 | ||
|
1e6aa33a8d | ||
|
a6868ed7a6 | ||
|
b67107ec77 | ||
|
7be367f307 | ||
|
f6cb7f343a | ||
|
fd960f900f | ||
|
6152baa8ae | ||
|
676a3d16c4 | ||
|
6713c3024c | ||
|
ed3b12a320 | ||
|
0f57ce2a83 | ||
|
af549402d9 |
@ -44,9 +44,6 @@
|
||||
- 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