ansible-nginx/tests/includes/post_Debian.yml

15 lines
234 B
YAML

---
- name: APT | Install webapps
apt:
pkg: "{{ item }}"
state: present
install_recommends: no
with_items:
- backuppc
- name: SERVICE | Ensure backuppc is started
service:
name: backuppc
state: started