Prevent unintended local execution of delegated tasks in ansible-pull
This commit is contained in:
parent
005ce84594
commit
a2e8bac9bd
3 changed files with 5 additions and 1 deletions
|
|
@ -39,3 +39,5 @@
|
|||
- name: Configure WPA-Enterprise (EAP-TLS)
|
||||
ansible.builtin.include_tasks: eap-tls_check-certificate.yaml
|
||||
when: wlan == 'eap-tls'
|
||||
tags:
|
||||
- no_ansible_pull
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue