Fix ansible module option

This commit is contained in:
Aurélien Bompard 2018-10-05 07:39:18 +00:00
parent 795c75af21
commit b1ead55e6f

View file

@ -184,7 +184,7 @@
systemd:
name: rabbitmq-server
state: restarted
systemd_reload: yes
daemon_reload: yes
- name: restart repoSpanner
action: service name=repoSpanner state=restarted