mirror of
https://github.com/ZwareBear/JFrog-Cloud-Installers.git
synced 2026-01-21 01:06:55 -06:00
14 lines
247 B
YAML
14 lines
247 B
YAML
---
|
|
# handlers file for quickstart-jfrog-artifactory/scripts/roles/artifactory
|
|
|
|
- name: restart nginx
|
|
service:
|
|
name: nginx
|
|
state: restarted
|
|
|
|
- name: Enable Artifactory
|
|
service:
|
|
name: artifactory
|
|
state: started
|
|
enabled: yes
|