Update ansible-lint
Required a lot of renaming :(
This commit is contained in:
@ -8,6 +8,7 @@
|
||||
src: files/haproxy.cfg
|
||||
dest: /etc/haproxy/haproxy.cfg
|
||||
validate: /usr/sbin/haproxy -c -- %s
|
||||
mode: "0644"
|
||||
backup: yes
|
||||
become: true
|
||||
register: haproxy_config
|
||||
|
@ -2,6 +2,7 @@
|
||||
template:
|
||||
src: files/wireguard-server.conf
|
||||
dest: /etc/wireguard/wg0.conf
|
||||
mode: "0600"
|
||||
backup: yes
|
||||
become: true
|
||||
register: wireguard_conf
|
||||
|
Reference in New Issue
Block a user