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:
|
||||
- libsemanage-python
|
||||
tags:
|
||||
- httpd
|
||||
- httpd/proxy
|
||||
- haproxy
|
||||
- selinux
|
||||
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:
|
||||
- python3-libsemanage
|
||||
tags:
|
||||
- httpd
|
||||
- httpd/proxy
|
||||
- haproxy
|
||||
- selinux
|
||||
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