secondary: fix with_items iteration in package

This commit is contained in:
Paul W. Frields 2019-06-11 16:09:35 +01:00 committed by Pierre-Yves Chibon
parent e23cd0bab1
commit 7b165b6577

View file

@ -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