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

11 lines
167 B
YAML
Raw Normal View History

2021-08-24 11:05:21 +00:00
---
- name: Converge
hosts: all
roles:
- ansible-role-cerebro
pre_tasks:
- name: update apt cache
ansible.builtin.apt:
update_cache: true