From d7757d68b4d84896e3fd2708a87b78390ba65b5d Mon Sep 17 00:00:00 2001 From: Brett Meehan Date: Thu, 2 Jan 2020 12:39:23 +1100 Subject: [PATCH] ITOPSENG-101 comment detail about noqa 503 --- roles/product_install/tasks/jira-servicedesk_as_obr.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/product_install/tasks/jira-servicedesk_as_obr.yml b/roles/product_install/tasks/jira-servicedesk_as_obr.yml index 6a5c98a..f942c18 100644 --- a/roles/product_install/tasks/jira-servicedesk_as_obr.yml +++ b/roles/product_install/tasks/jira-servicedesk_as_obr.yml @@ -169,7 +169,7 @@ register: obr_unpack ignore_errors: yes -- name: Move JSD dependency jars into the installed-plugins dir # noqa 503 +- name: Move JSD dependency jars into the installed-plugins dir # noqa 503 - ignore lint info about when changed shell: cmd: "mv {{ atl_product_home_shared }}/plugins/installed-plugins/dependencies/*.jar {{ atl_product_home_shared }}/plugins/installed-plugins" creates: "{{ atl_product_home_shared }}/plugins/installed-plugins/servicedesk-core-ui-plugin-{{ atl_jsd_build_info.json.name }}-*.jar"