No need for hfs kmod on ppc

This commit is contained in:
Kevin Fenzi 2014-03-07 17:42:40 +00:00
parent a9e1c949a1
commit 08c90dc108

View file

@ -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