kayobe/ansible/roles/disable-glean/handlers/main.yml
Mark Goddard dc7c2d9c6c Add a role to disable glean
Also removes interface configuration files created by Glean as kayobe expects
to manage all interfaces.
2017-05-25 15:44:05 +01:00

5 lines
84 B
YAML

---
- name: Reload systemd daemon
command: systemctl daemon-reload
become: True