Add mineos hosts
This commit is contained in:
9
roles/sage905.mineos/handlers/main.yml
Executable file
9
roles/sage905.mineos/handlers/main.yml
Executable file
@@ -0,0 +1,9 @@
|
||||
---
|
||||
# handlers file for sage905.mineos
|
||||
- name: Reload initctl
|
||||
become: true
|
||||
command: initctl reload-configuration
|
||||
|
||||
- name: Restart mineos
|
||||
become: true
|
||||
service: name=mineos state=restarted
|
||||
Reference in New Issue
Block a user