mirror of
https://github.com/ZwareBear/JFrog-Cloud-Installers.git
synced 2026-01-20 20:06:54 -06:00
Ansible/Artifactory - Fix notify Indention
Moving the notify clause to be even with the when statment.
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user