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

16 lines
288 B
YAML
Raw Normal View History

2018-11-29 17:55:28 +00:00
---
2021-08-24 16:15:33 +00:00
- name: Converge
hosts: all
roles:
- ansible-role-certbot
2018-06-10 17:34:06 +00:00
vars:
2018-07-07 17:24:56 +00:00
certbot_role: slave
certbot_domains:
2018-11-29 17:55:28 +00:00
- name: test.local
command: 'echo OK > /tmp/test.txt'
2021-08-24 16:15:33 +00:00
pre_tasks:
- name: update apt cache
ansible.builtin.apt:
update_cache: true