fix: match filenames to convention

This commit is contained in:
Al Bowles 2024-03-22 21:51:11 -05:00
parent 3af388724a
commit a25f79c502
No known key found for this signature in database
GPG Key ID: 9B42314A30F1A3D1
3 changed files with 2 additions and 2 deletions

View File

@ -20,7 +20,7 @@
become: true become: true
vars_files: vars_files:
- vars/openqa.yml - vars/openqa.yml
- vars/openqa_branding.yml - vars/openqa-branding.yml
# This is to try to avoid the handler issue in pre/post tasks # This is to try to avoid the handler issue in pre/post tasks
handlers: handlers:
@ -45,7 +45,7 @@
ansible.builtin.import_tasks: tasks/openqa.yml ansible.builtin.import_tasks: tasks/openqa.yml
- name: Apply Rocky Linux OpenQA Branding - name: Apply Rocky Linux OpenQA Branding
ansible.builtin.import_tasks: tasks/openqa_branding.yml ansible.builtin.import_tasks: tasks/openqa-branding.yml
post_tasks: post_tasks:
- name: Touching run file that ansible has ran here - name: Touching run file that ansible has ran here