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

7 lines
126 B
YAML
Raw Normal View History

2020-11-12 13:49:01 +01:00
---
- name: Reload the systemd data
systemd: daemon_reload=yes
- name: Restart Nexus
service: name=nexus state=restarted