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