Make wg configuration an optional task
During installation and automatic updates applied by the emmiter permissions to access the wg server are not available. Switch the task on with the tag: "--tags all,wgconfig".
This commit is contained in:
parent
3e02142123
commit
962dc07a2a
1 changed files with 3 additions and 1 deletions
|
@ -54,4 +54,6 @@
|
||||||
|
|
||||||
- name: Configure Wireguard
|
- name: Configure Wireguard
|
||||||
ansible.builtin.include_tasks: wg_config.yml
|
ansible.builtin.include_tasks: wg_config.yml
|
||||||
when: not run_in_installer|default(false)|bool
|
tags:
|
||||||
|
- never
|
||||||
|
- wgconfig
|
||||||
|
|
Loading…
Add table
Reference in a new issue