mirror of
https://github.com/ZwareBear/JFrog-Cloud-Installers.git
synced 2026-01-22 06:07:00 -06:00
[Ansible] JFrog Platform 10.0.1 release (#166)
This commit is contained in:
committed by
GitHub
parent
8d5ff07819
commit
37bab36884
@@ -0,0 +1,13 @@
|
||||
---
|
||||
# handlers file for insight
|
||||
- name: restart insight
|
||||
become: yes
|
||||
systemd:
|
||||
name: "{{ insight_daemon }}"
|
||||
state: restarted
|
||||
|
||||
- name: stop insight
|
||||
become: yes
|
||||
systemd:
|
||||
name: "{{ insight_daemon }}"
|
||||
state: stopped
|
||||
Reference in New Issue
Block a user