mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-05-16 13:56:03 +08:00
bastion: remove with_items from package
This commit is contained in:
@@ -40,6 +40,7 @@
|
||||
|
||||
tasks:
|
||||
- name: install needed packages
|
||||
package: name={{ item }} state=present
|
||||
with_items:
|
||||
- ipmitool
|
||||
package:
|
||||
state: present
|
||||
name:
|
||||
- ipmitool
|
||||
|
||||
Reference in New Issue
Block a user