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
|
||||
package:
|
||||
name: '(( item }}'
|
||||
name: '{{ item }}'
|
||||
state: present
|
||||
when: py_captive_portal_install
|
||||
with_item:
|
||||
with_items:
|
||||
- python-dateutil
|
||||
- sqlite3
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue