mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
captiveportal/tasks/install.yml: Install 2 packages (in newer Ansible way)
This commit is contained in:
parent
9e1151e15b
commit
a98af11395
1 changed files with 4 additions and 5 deletions
|
@ -1,10 +1,9 @@
|
|||
- name: "Download & install packages: python3-dateutil, python3-jinja2"
|
||||
- name: "Install packages: python3-dateutil, python3-jinja2"
|
||||
package:
|
||||
name: "{{ item }}"
|
||||
name:
|
||||
- python3-dateutil
|
||||
- python3-jinja2
|
||||
state: present
|
||||
with_items:
|
||||
- python3-dateutil
|
||||
- python3-jinja2
|
||||
|
||||
- name: mkdir /opt/iiab/captiveportal for scripts & templates, set owner to {{ apache_user }}
|
||||
file:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue