tokenbridge/deployment/roles/common/handlers/main.yml
Przemyslaw Rzad 1da1acbfbe
Yaml and Ansible linting in Molecule (#141)
* Removed old ansible-lint outside of molecule

* Yamlint

* Enabled ansible-lint with minimal rules

* Removed ansible-lint job
2019-07-11 10:17:02 +02:00

16 lines
224 B
YAML

---
- name: restart rsyslog
service:
name: rsyslog
state: restarted
- name: restart auditd
service:
name: auditd
state: restarted
- name: restart docker
service:
name: docker
state: restarted