Initial commit
This commit is contained in:
commit
e3639cc94c
18 changed files with 680 additions and 0 deletions
roles/mapserver/tasks
6
roles/mapserver/tasks/10_package-install.yml
Normal file
6
roles/mapserver/tasks/10_package-install.yml
Normal file
|
@ -0,0 +1,6 @@
|
|||
---
|
||||
|
||||
- name: Install packages
|
||||
apt:
|
||||
name: "{{ packages_list }}"
|
||||
when: ansible_os_family == "Debian"
|
Loading…
Add table
Add a link
Reference in a new issue