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"
- name: Install some misc packages needed for various tasks
package: name={{ item }} state=present
with_items:
package:
state: present
name:
- createrepo
- koji
- python-scandir