Only install this module on rhel, not fedora buildvm's
This commit is contained in:
parent
8f40999d13
commit
1ac234e266
2 changed files with 2 additions and 1 deletions
|
@ -8,3 +8,4 @@
|
||||||
action: yum state=installed pkg=$item
|
action: yum state=installed pkg=$item
|
||||||
with_items:
|
with_items:
|
||||||
- kmod-hfsplus
|
- kmod-hfsplus
|
||||||
|
when: is_rhel
|
||||||
|
|
|
@ -3,4 +3,4 @@ dist_tag: f${ansible_distribution_version}
|
||||||
base_pkgs_inst: ['iptables-services' ]
|
base_pkgs_inst: ['iptables-services' ]
|
||||||
base_pkgs_erase: ['firewalld', 'PackageKit*', 'sendmail', 'at']
|
base_pkgs_erase: ['firewalld', 'PackageKit*', 'sendmail', 'at']
|
||||||
service_disabled: [ ]
|
service_disabled: [ ]
|
||||||
service_enabled: [ ]
|
service_enabled: [ ]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue