mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-05-01 05:51:56 +08:00
Fix conditional
This commit is contained in:
@@ -8,4 +8,4 @@
|
||||
yum: state=installed pkg=$item
|
||||
with_items:
|
||||
- kmod-hfsplus
|
||||
only_if: '$is_rhel'
|
||||
when: is_rhel == 'True'
|
||||
|
||||
Reference in New Issue
Block a user