mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-03-20 12:07:34 +08:00
No need for hfs kmod on ppc
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user