1
0
Fork 0
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:
A Holt 2021-05-28 03:18:05 -04:00 committed by GitHub
parent 9e1151e15b
commit a98af11395
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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: