Use service module instead of shell.

This commit is contained in:
staticsafe 2014-01-11 18:34:20 +00:00
parent 40cc75ef26
commit bdf0c68aee
1 changed files with 1 additions and 1 deletions

View File

@ -9,4 +9,4 @@
- reload nameserver daemon
handlers:
- name: reload nameserver daemon
action: shell service bind9 reload
action: name=bind9 state=reloaded