mirror of
https://github.com/rocky-linux/ansible-role-pinnwand.git
synced 2024-10-31 22:11:24 +00:00
14 lines
255 B
YAML
14 lines
255 B
YAML
---
|
|
- name: Converge
|
|
hosts: all
|
|
become: true
|
|
|
|
pre_tasks:
|
|
- name: Update apt cache.
|
|
apt: update_cache=true cache_valid_time=600
|
|
when: ansible_os_family == 'Debian'
|
|
changed_when: false
|
|
|
|
roles:
|
|
- role: ansible-role-pinnwand
|