Ansible/Artifactory - Fix notify Indention

Moving the notify clause to be even with the when statment.
This commit is contained in:
zwarebear
2023-01-18 10:05:45 -06:00
parent ef32b4932e
commit 618fbe68c0

View File

@@ -27,7 +27,7 @@
owner: "{{ artifactory_user }}" owner: "{{ artifactory_user }}"
group: "{{ artifactory_group }}" group: "{{ artifactory_group }}"
creates: "{{ artifactory_untar_home }}" creates: "{{ artifactory_untar_home }}"
notify: stop artifactory notify: stop artifactory
when: (download_artifactory is succeeded) and (not ansible_check_mode) when: (download_artifactory is succeeded) and (not ansible_check_mode)
- name: Stop artifactory - name: Stop artifactory