3
0
Fork 0

remove trailing whitespace

This commit is contained in:
Frédéric Bourqui 2019-10-30 06:50:00 +01:00
parent 7c535a7320
commit 2e77716b46
1 changed files with 2 additions and 2 deletions

View File

@ -102,7 +102,7 @@
- restart wireguard
- name: Check if reload-module-on-update is set
stat:
stat:
path: "{{ wireguard_remote_directory }}/.reload-module-on-update"
register: reload_module_on_update
tags:
@ -115,7 +115,7 @@
when: not reload_module_on_update.stat.exists
tags:
- wg-config
- name: Start and enable WireGuard service
service:
name: "wg-quick@{{ wireguard_interface }}"