Added package role

This commit is contained in:
Jens Heinitz
2021-11-13 14:33:05 +01:00
parent ba9d94fe69
commit 0de8837ac7
12 changed files with 199 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
---
- hosts: all
pre_tasks:
- name: Update apt cache.
apt: update_cache=yes cache_valid_time=600
when: ansible_os_family == 'Debian'
changed_when: false
roles:
- role_under_test