fix indentation

This commit is contained in:
Adam Brokes
2020-07-15 16:07:57 +10:00
parent bfab70b1a9
commit 76e739234b

View File

@@ -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