mirror of
https://bitbucket.org/atlassian/dc-deployments-automation.git
synced 2025-12-17 02:13:06 -06:00
fix indentation
This commit is contained in:
@@ -126,7 +126,7 @@
|
|||||||
ignore_errors: yes # For Molecule as it has no db test framework included
|
ignore_errors: yes # For Molecule as it has no db test framework included
|
||||||
|
|
||||||
|
|
||||||
- name: Assert baseurl to same as atl_proxy_name (MySQL)
|
- name: Assert baseurl to same as atl_proxy_name (MySQL)
|
||||||
command: >
|
command: >
|
||||||
mysql --user={{ atl_jdbc_user }} --password={{ atl_jdbc_password }} {{ atl_jdbc_db_name }}
|
mysql --user={{ atl_jdbc_user }} --password={{ atl_jdbc_password }} {{ atl_jdbc_db_name }}
|
||||||
--host={{ atl_db_host }} --port={{ atl_db_port }} --batch --skip-column-names
|
--host={{ atl_db_host }} --port={{ atl_db_port }} --batch --skip-column-names
|
||||||
|
|||||||
Reference in New Issue
Block a user