make ansible-lint common.yaml happy
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user