Update base role to pass linting

This commit is contained in:
2023-10-20 21:30:25 -04:00
parent 7adb5f10e9
commit 5b09029239
11 changed files with 35 additions and 34 deletions

View File

@@ -22,7 +22,7 @@
ansible.builtin.template:
src: wireguard.j2
dest: /etc/wireguard/wg0.conf
mode: 0400
mode: "400"
notify: restart_wireguard
- name: Start WireGuard interface