Repair mysql playbook
Some checks failed
continuous-integration/drone/pr Build is failing

restart xinetd: state should be restarted, not restart
This commit is contained in:
Mathieu Trossevin 2020-06-04 16:10:38 +02:00
parent 977c28c720
commit c5bf537022

View file

@ -22,4 +22,4 @@
- name: 'restart xinetd'
service:
name: 'xinetd'
state: 'restart'
state: 'restarted'