mirror of
https://github.com/ansible-collections/community.mysql.git
synced 2025-04-03 17:20:32 -07:00
* initial commit * removed remaining references to community.general * enabled integration pipeline * switched from preconfigured replication topology to simple multinode install * updated version from 1.0.0 to 0.1.0
11 lines
331 B
YAML
11 lines
331 B
YAML
---
|
|
- name: "{{ role_name }} | dir | create dbdeployer directories"
|
|
file:
|
|
state: directory
|
|
path: "{{ item }}"
|
|
loop:
|
|
- "{{ dbdeployer_home_dir }}"
|
|
- "{{ dbdeployer_install_dir }}"
|
|
- "{{ dbdeployer_sandbox_download_dir }}"
|
|
- "{{ dbdeployer_sandbox_binary_dir }}"
|
|
- "{{ dbdeployer_sandbox_home_dir }}"
|