fix: Delegate with empty string
This commit is contained in:
parent
a6070477ad
commit
3b900d7b9c
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user