ansible-mysql/molecule/debian12_galera/converge.yml

10 lines
155 B
YAML
Raw Permalink Normal View History

2024-08-27 16:24:51 +07:00
---
- name: Converge
hosts: all
gather_facts: true
tasks:
- name: Include role
ansible.builtin.include_role:
name: "hanxhx.mysql"