Repair mysql playbook

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
1 changed files with 1 additions and 1 deletions

View File

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