mirror of
https://github.com/ZwareBear/JFrog-Cloud-Installers.git
synced 2026-01-20 22:06:55 -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 }}"
|
||||
group: "{{ artifactory_group }}"
|
||||
creates: "{{ artifactory_untar_home }}"
|
||||
notify: stop artifactory
|
||||
notify: stop artifactory
|
||||
when: (download_artifactory is succeeded) and (not ansible_check_mode)
|
||||
|
||||
- name: Stop artifactory
|
||||
|
||||
Reference in New Issue
Block a user