You've already forked ansible-role-common
Allow RHEL 8 installation
This commit is contained in:
@@ -17,7 +17,6 @@ postfix_configure: false
|
|||||||
|
|
||||||
common_packages:
|
common_packages:
|
||||||
- libselinux-python
|
- libselinux-python
|
||||||
- MySQL-python
|
|
||||||
- nano
|
- nano
|
||||||
- git
|
- git
|
||||||
- htop
|
- htop
|
||||||
|
|||||||
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:
|
params:
|
||||||
files:
|
files:
|
||||||
- '{{ ansible_os_family }}.yml'
|
- '{{ ansible_os_family }}.yml'
|
||||||
|
- 'common.yml'
|
||||||
loop: "{{ q('first_found', params, errors='ignore') }}"
|
loop: "{{ q('first_found', params, errors='ignore') }}"
|
||||||
|
|||||||
Reference in New Issue
Block a user