deploy_haproxy/molecule/default_vagrant/converge.yml

9 lines
176 B
YAML
Raw Normal View History

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