From 9c032469f5a90283eb19bb2c046eba6b649cb346 Mon Sep 17 00:00:00 2001 From: Brett Meehan Date: Fri, 18 Oct 2019 14:24:58 +1100 Subject: [PATCH] ITOPSENG-101 split some strings across lines to pass line length linting --- roles/product_install/tasks/jira-servicedesk_as_obr.yml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/roles/product_install/tasks/jira-servicedesk_as_obr.yml b/roles/product_install/tasks/jira-servicedesk_as_obr.yml index efb1711..cbbb753 100644 --- a/roles/product_install/tasks/jira-servicedesk_as_obr.yml +++ b/roles/product_install/tasks/jira-servicedesk_as_obr.yml @@ -2,8 +2,8 @@ - name: Get the installer product version info uri: - url="https://marketplace.atlassian.com/rest/2/products/key/jira-software/versions/name/{{ atl_product_version }}" - return_content=yes + url: "https://marketplace.atlassian.com/rest/2/products/key/jira-software/versions/name/{{ atl_product_version }}" + return_content: yes register: atl_product_version_info - name: Show the returned build number @@ -12,8 +12,9 @@ - name: Get the JSD build version info uri: - url="https://marketplace.atlassian.com/rest/2/products/key/jira-servicedesk/versions/latest?application=jira&applicationBuild={{ atl_product_version_info.json.buildNumber }}" - return_content=yes + url: "https://marketplace.atlassian.com/rest/2/products/key/jira-servicedesk/versions/latest?application=\ + jira&applicationBuild={{ atl_product_version_info.json.buildNumber }}" + return_content: yes register: atl_jsd_build_info - name: Show the returned obr binary href