Files
toallab-automation/roles/sage905.mineos/handlers/main.yml
2019-06-24 20:14:08 -04:00

10 lines
195 B
YAML
Executable File

---
# handlers file for sage905.mineos
- name: Reload initctl
become: true
command: initctl reload-configuration
- name: Restart mineos
become: true
service: name=mineos state=restarted