ansible-role-icingaweb2/molecule/default/converge.yml

10 lines
169 B
YAML
Raw Permalink Normal View History

2021-08-18 09:53:35 +00:00
---
- name: Converge
hosts: all
roles:
- ansible-role-icingaweb2
pre_tasks:
- name: update apt cache
ansible.builtin.apt:
update_cache: true