make ansible-lint common.yaml happy

This commit is contained in:
Michael Rennecke
2020-11-13 21:45:55 +01:00
parent 7beb58a0a2
commit d29de3a57f
8 changed files with 27 additions and 25 deletions

View File

@@ -1,17 +1,18 @@
---
- name: restart haproxy
service:
systemd:
name: haproxy
state: restarted
- name: reload haproxy
service:
systemd:
name: haproxy
state: reloaded
- name: reload systemd config
shell: systemctl daemon-reload
systemd:
state: daemon-reload
- name: update certs
shell: /usr/local/bin/update_haproxy_certs.sh
command: /usr/local/bin/update_haproxy_certs.sh