1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-03-09 15:40:17 +00:00

with_items

This commit is contained in:
George Hunt 2018-10-01 18:52:00 +00:00
parent 18d2315438
commit e26aa688c7

View file

@ -1,9 +1,9 @@
- name: Get python dateutil - name: Get python dateutil
package: package:
name: '(( item }}' name: '{{ item }}'
state: present state: present
when: py_captive_portal_install when: py_captive_portal_install
with_item: with_items:
- python-dateutil - python-dateutil
- sqlite3 - sqlite3