ansible-role-nexus-oss/handlers/main.yml

7 lines
126 B
YAML

---
- name: Reload the systemd data
systemd: daemon_reload=yes
- name: Restart Nexus
service: name=nexus state=restarted