deploy_haproxy/molecule/default/converge.yml

9 lines
184 B
YAML
Raw Normal View History

2024-01-29 17:53:50 +00:00
---
- name: Converge
hosts: all
become: true
tasks:
- name: "Include ednz_cloud.deploy_haproxy"
2024-01-29 17:53:50 +00:00
ansible.builtin.include_role:
name: "ednz_cloud.deploy_haproxy"