No need for hfs kmod on ppc
This commit is contained in:
parent
a9e1c949a1
commit
08c90dc108
1 changed files with 1 additions and 1 deletions
|
@ -166,7 +166,7 @@
|
|||
yum: state=installed pkg={{ item }}
|
||||
with_items:
|
||||
- kmod-hfsplus
|
||||
when: is_rhel is defined
|
||||
when: is_rhel is defined and ansible_architecture == 'x86_64'
|
||||
|
||||
- name: enable services and start them on Fedora systems
|
||||
service: name={{ item }} enabled=true state=started
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue