fixing more package install dnf/yum logic
This commit is contained in:
parent
bf03de72d0
commit
5d1b09d139
2 changed files with 5 additions and 5 deletions
|
@ -19,7 +19,7 @@
|
|||
tags:
|
||||
- packages
|
||||
- apache
|
||||
when: ansible_distribution_major_version|int > 22
|
||||
when: ansible_distribution_major_version|int > 21 and ansible_cmdline.ostree is not defined
|
||||
|
||||
- name: set apache running/enabled
|
||||
service: name=httpd enabled=yes
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue