mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
with_items
This commit is contained in:
parent
18d2315438
commit
e26aa688c7
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue