ITOPSENG-101 comment detail about noqa 503

This commit is contained in:
Brett Meehan
2020-01-02 12:39:23 +11:00
parent 04046cc105
commit d7757d68b4

View File

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