update cert references for renewal; ansible-lint cleanup
This commit is contained in:
12
molecule/default/converge.yml
Normal file
12
molecule/default/converge.yml
Normal file
@ -0,0 +1,12 @@
|
||||
---
|
||||
- name: Converge
|
||||
hosts: all
|
||||
tasks:
|
||||
# replace these tasks with whatever you find suitable to test
|
||||
- name: Copy something to test use of synchronize module
|
||||
ansible.builtin.copy:
|
||||
src: /etc/hosts
|
||||
dest: /tmp/hosts-from-controller
|
||||
- name: "Include jchristianh.zen_rev_proxy"
|
||||
ansible.builtin.include_role:
|
||||
name: "jchristianh.zen_rev_proxy"
|
Reference in New Issue
Block a user