fix: Delegate with empty string

This commit is contained in:
pulsar89.5 2024-02-26 15:56:12 +01:00
parent a6070477ad
commit 3b900d7b9c
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@
update_cache: true
name: wireguard-dkms
become: true
delegate_to: "{{ wireguard_module_host }}"
delegate_to: "{{ wireguard_module_host | default(omit, true) }}"
- name: Installer l'outil de configuration
ansible.builtin.apt: