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,12 +126,12 @@
|
|||||||
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
|
||||||
--execute="update propertystring set propertyvalue="{{ atl_tomcat_scheme }}://{{ atl_proxy_name }}{{ atl_tomcat_contextpath }}"
|
--execute="update propertystring set propertyvalue="{{ atl_tomcat_scheme }}://{{ atl_proxy_name }}{{ atl_tomcat_contextpath }}"
|
||||||
where id=(select id from propertyentry where property_key = 'jira.baseurl')"
|
where id=(select id from propertyentry where property_key = 'jira.baseurl')"
|
||||||
when:
|
when:
|
||||||
- atl_proxy_name is defined
|
- atl_proxy_name is defined
|
||||||
- atl_tomcat_scheme is defined
|
- atl_tomcat_scheme is defined
|
||||||
|
|||||||
Reference in New Issue
Block a user