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,12 +56,13 @@
|
|||
- import_tasks: "{{ tasks_path }}/motd.yml"
|
||||
|
||||
- name: Install some misc packages needed for various tasks
|
||||
package: name={{ item }} state=present
|
||||
with_items:
|
||||
- createrepo
|
||||
- koji
|
||||
- python-scandir
|
||||
- python2-productmd
|
||||
package:
|
||||
state: present
|
||||
name:
|
||||
- createrepo
|
||||
- koji
|
||||
- python-scandir
|
||||
- python2-productmd
|
||||
|
||||
- name: add create-filelist script from quick-fedora-mirror
|
||||
copy: src="{{ files }}/scripts/create-filelist" dest=/usr/local/bin/create-filelist mode=0755
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue