community.mysql/tests/integration/targets/setup_controller/tasks/fake_root.yml
2023-01-23 21:43:31 +01:00

11 lines
293 B
YAML

---
- name: "{{ role_name }} | Fake root | Ensure folder"
ansible.builtin.file:
path: "{{ playbook_dir }}/root"
state: directory
- name: "{{ role_name }} | Fake root | Ensure default file exists"
ansible.builtin.file:
path: "{{ playbook_dir }}/root/.my.cnf"
state: touch