Prevent unintended local execution of delegated tasks in ansible-pull
This commit is contained in:
parent
fb98d53fad
commit
d7b9d096d0
3 changed files with 5 additions and 1 deletions
|
|
@ -29,3 +29,5 @@
|
|||
- name: Configure Wireguard
|
||||
ansible.builtin.include_tasks: wg_config.yml
|
||||
when: vpn is defined and vpn == "wg"
|
||||
tags:
|
||||
- no_ansible_pull
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue