mirror of
https://github.com/ZwareBear/JFrog-Cloud-Installers.git
synced 2026-01-20 20:06:54 -06:00
11 lines
185 B
YAML
11 lines
185 B
YAML
---
|
|
# handlers file for artifactory
|
|
- name: systemctl daemon-reload
|
|
systemd:
|
|
daemon_reload: yes
|
|
|
|
- name: restart artifactory
|
|
service:
|
|
name: artifactory
|
|
state: restarted
|