Disable Wireguard-config when in installer.

This commit is contained in:
Raphael Dannecker 2024-06-13 10:10:34 +02:00
parent 0d557335fc
commit 4356474a43

View file

@ -47,3 +47,4 @@
- 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