secondary: fix with_items iteration in package
This commit is contained in:
parent
e23cd0bab1
commit
7b165b6577
1 changed files with 7 additions and 6 deletions
|
@ -56,8 +56,9 @@
|
||||||
- import_tasks: "{{ tasks_path }}/motd.yml"
|
- import_tasks: "{{ tasks_path }}/motd.yml"
|
||||||
|
|
||||||
- name: Install some misc packages needed for various tasks
|
- name: Install some misc packages needed for various tasks
|
||||||
package: name={{ item }} state=present
|
package:
|
||||||
with_items:
|
state: present
|
||||||
|
name:
|
||||||
- createrepo
|
- createrepo
|
||||||
- koji
|
- koji
|
||||||
- python-scandir
|
- python-scandir
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue