3
0
Fork 0

make Ansible linter happy

This commit is contained in:
githubixx 2019-01-07 22:56:20 +01:00
parent a1794a99f6
commit c9dc3cfff5
2 changed files with 3 additions and 1 deletions

View File

@ -1,5 +1,5 @@
---
- name: restart wireguard
service:
name: "wg-quick@{{wireguard_interface}}"
name: "wg-quick@{{ wireguard_interface }}"
state: restarted

View File

@ -13,6 +13,7 @@
- wireguard-tools
tags:
- wg-install
- skip_ansible_lint
- name: Enable WireGuard kernel module
modprobe:
@ -70,6 +71,7 @@
when: not private_key_file_stat.stat.exists
tags:
- wg-generate-keys
- skip_ansible_lint
- name: Set private key fact
set_fact: