make Ansible linter happy
This commit is contained in:
parent
a1794a99f6
commit
c9dc3cfff5
|
@ -1,5 +1,5 @@
|
||||||
---
|
---
|
||||||
- name: restart wireguard
|
- name: restart wireguard
|
||||||
service:
|
service:
|
||||||
name: "wg-quick@{{wireguard_interface}}"
|
name: "wg-quick@{{ wireguard_interface }}"
|
||||||
state: restarted
|
state: restarted
|
||||||
|
|
|
@ -13,6 +13,7 @@
|
||||||
- wireguard-tools
|
- wireguard-tools
|
||||||
tags:
|
tags:
|
||||||
- wg-install
|
- wg-install
|
||||||
|
- skip_ansible_lint
|
||||||
|
|
||||||
- name: Enable WireGuard kernel module
|
- name: Enable WireGuard kernel module
|
||||||
modprobe:
|
modprobe:
|
||||||
|
@ -70,6 +71,7 @@
|
||||||
when: not private_key_file_stat.stat.exists
|
when: not private_key_file_stat.stat.exists
|
||||||
tags:
|
tags:
|
||||||
- wg-generate-keys
|
- wg-generate-keys
|
||||||
|
- skip_ansible_lint
|
||||||
|
|
||||||
- name: Set private key fact
|
- name: Set private key fact
|
||||||
set_fact:
|
set_fact:
|
||||||
|
|
Reference in a new issue