Allow RHEL 8 installation

This commit is contained in:
2022-03-14 22:24:49 +13:00
parent 96ea18daca
commit fb48b04840
3 changed files with 6 additions and 1 deletions

5
tasks/common.yml Normal file
View File

@@ -0,0 +1,5 @@
---
- include_tasks: networking.yml
- include_tasks: communication.yml
- include_tasks: grub.yml
- include_tasks: motd.yml

View File

@@ -5,4 +5,5 @@
params:
files:
- '{{ ansible_os_family }}.yml'
- 'common.yml'
loop: "{{ q('first_found', params, errors='ignore') }}"