You've already forked ansible-role-common
Allow RHEL 8 installation
This commit is contained in:
5
tasks/common.yml
Normal file
5
tasks/common.yml
Normal file
@@ -0,0 +1,5 @@
|
||||
---
|
||||
- include_tasks: networking.yml
|
||||
- include_tasks: communication.yml
|
||||
- include_tasks: grub.yml
|
||||
- include_tasks: motd.yml
|
||||
@@ -5,4 +5,5 @@
|
||||
params:
|
||||
files:
|
||||
- '{{ ansible_os_family }}.yml'
|
||||
- 'common.yml'
|
||||
loop: "{{ q('first_found', params, errors='ignore') }}"
|
||||
|
||||
Reference in New Issue
Block a user