]> arthur.barton.de Git - AnsibleRoles.git/blob - roles/debian-base/handlers/main.yml
Use "group=0" instead of "group=root", which is more portable
[AnsibleRoles.git] / roles / debian-base / handlers / main.yml
1 ---
2 # handlers file for debian-base
3
4 - name: "update APT repositories"
5   tags:
6     - apt
7     - packages
8   apt: >
9     update_cache=yes