mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-03-20 03:57:02 +08:00
testing out the syntax for multiple word with_items
This commit is contained in:
@@ -43,7 +43,7 @@
|
||||
action: command semodule -i /usr/share/selinux/packages/rubygem-passenger/rubygem-passenger.pp
|
||||
|
||||
- name: fix up files for selinux
|
||||
action: command '$item'
|
||||
action: command $item
|
||||
with_items:
|
||||
- "fixfiles -R rubygem-passenger restore"
|
||||
- "fixfiles -R mod_passenger restore"
|
||||
|
||||
Reference in New Issue
Block a user