export extra info
This commit is contained in:
parent
1f49caa23c
commit
65a9c6bf9e
@ -22,7 +22,8 @@
|
|||||||
|
|
||||||
- name: export variables
|
- name: export variables
|
||||||
set_fact:
|
set_fact:
|
||||||
mysql_volume: mysql
|
mysql_container_name: "{{ mysql_container_name }}"
|
||||||
|
mysql_volume: "{{ mysql_volume }}"
|
||||||
mysql_volume_mountpoint: "{{ volinfo.volume.Mountpoint }}"
|
mysql_volume_mountpoint: "{{ volinfo.volume.Mountpoint }}"
|
||||||
mysql_root_password: "{{ mysql_root_password }}"
|
mysql_root_password: "{{ mysql_root_password }}"
|
||||||
mysql_database: "{{ mysql_database | default(omit) }}"
|
mysql_database: "{{ mysql_database | default(omit) }}"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user