fix tags
Signed-off-by: Rick Elrod <relrod@redhat.com>
This commit is contained in:
parent
210578251d
commit
6208045041
1 changed files with 2 additions and 4 deletions
|
@ -46,8 +46,7 @@
|
||||||
name:
|
name:
|
||||||
- libsemanage-python
|
- libsemanage-python
|
||||||
tags:
|
tags:
|
||||||
- httpd
|
- haproxy
|
||||||
- httpd/proxy
|
|
||||||
- selinux
|
- selinux
|
||||||
when: (ansible_distribution == 'RedHat' and ansible_distribution_major_version|int < 8) or (ansible_distribution_major_version|int < 30 and ansible_distribution == 'Fedora')
|
when: (ansible_distribution == 'RedHat' and ansible_distribution_major_version|int < 8) or (ansible_distribution_major_version|int < 30 and ansible_distribution == 'Fedora')
|
||||||
|
|
||||||
|
@ -57,8 +56,7 @@
|
||||||
name:
|
name:
|
||||||
- python3-libsemanage
|
- python3-libsemanage
|
||||||
tags:
|
tags:
|
||||||
- httpd
|
- haproxy
|
||||||
- httpd/proxy
|
|
||||||
- selinux
|
- selinux
|
||||||
when: (ansible_distribution_major_version|int >= 30 and ansible_distribution == 'Fedora') or (ansible_distribution == 'RedHat' and ansible_distribution_major_version|int >= 8)
|
when: (ansible_distribution_major_version|int >= 30 and ansible_distribution == 'Fedora') or (ansible_distribution == 'RedHat' and ansible_distribution_major_version|int >= 8)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue