make Ansible linter happy
This commit is contained in:
parent
a1794a99f6
commit
c9dc3cfff5
|
@ -1,5 +1,5 @@
|
|||
---
|
||||
- name: restart wireguard
|
||||
service:
|
||||
name: "wg-quick@{{wireguard_interface}}"
|
||||
name: "wg-quick@{{ wireguard_interface }}"
|
||||
state: restarted
|
||||
|
|
|
@ -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:
|
||||
|
|
Reference in a new issue