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 - name: restart wireguard
service: service:
name: "wg-quick@{{wireguard_interface}}" name: "wg-quick@{{ wireguard_interface }}"
state: restarted state: restarted

View File

@ -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: