Use the same role for CentOS and AlmaLinux
This commit is contained in:
parent
5a09a88af4
commit
9aa3d6d9a4
9 changed files with 6 additions and 6 deletions
|
@ -9,12 +9,12 @@
|
||||||
- include_role:
|
- include_role:
|
||||||
name: arch
|
name: arch
|
||||||
when: ansible_distribution == 'Archlinux'
|
when: ansible_distribution == 'Archlinux'
|
||||||
- include_role:
|
|
||||||
name: centos
|
|
||||||
when: ansible_distribution == 'CentOS'
|
|
||||||
- include_role:
|
- include_role:
|
||||||
name: debian
|
name: debian
|
||||||
when: ansible_distribution == 'Debian'
|
when: ansible_distribution == 'Debian'
|
||||||
|
- include_role:
|
||||||
|
name: el
|
||||||
|
when: ansible_distribution == 'CentOS' or ansible_distribution == 'AlmaLinux'
|
||||||
- include_role:
|
- include_role:
|
||||||
name: fedora
|
name: fedora
|
||||||
when: ansible_distribution == 'Fedora'
|
when: ansible_distribution == 'Fedora'
|
||||||
|
|
|
@ -8,12 +8,12 @@
|
||||||
- include_role:
|
- include_role:
|
||||||
name: arch
|
name: arch
|
||||||
when: ansible_distribution == 'Archlinux'
|
when: ansible_distribution == 'Archlinux'
|
||||||
- include_role:
|
|
||||||
name: centos
|
|
||||||
when: ansible_distribution == 'CentOS'
|
|
||||||
- include_role:
|
- include_role:
|
||||||
name: debian
|
name: debian
|
||||||
when: ansible_distribution == 'Debian'
|
when: ansible_distribution == 'Debian'
|
||||||
|
- include_role:
|
||||||
|
name: el
|
||||||
|
when: ansible_distribution == 'CentOS' or ansible_distribution == 'AlmaLinux'
|
||||||
- include_role:
|
- include_role:
|
||||||
name: fedora
|
name: fedora
|
||||||
when: ansible_distribution == 'Fedora'
|
when: ansible_distribution == 'Fedora'
|
||||||
|
|
Loading…
Reference in a new issue