]> arthur.barton.de Git - AnsibleRoles.git/blob - roles/apt-base/handlers/main.yml
lvm-lv: Fix role, make it usable by adding "lvm_lv_mountpoint"
[AnsibleRoles.git] / roles / apt-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