mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-03-28 14:25:09 -02:30
fix use of ansible tags (#6316)
tags are not inherited for include_role therefore the change from include to import Co-authored-by: Hans Feldt <hafe@users.noreply.github.com>
This commit is contained in:
@@ -4,6 +4,7 @@
|
||||
# Thanks https://medium.com/opsops/ansible-default-ipv4-is-not-what-you-think-edb8ab154b10
|
||||
|
||||
- name: Gather ansible_default_ipv4 from all hosts
|
||||
tags: always
|
||||
include_tasks: fallback_ips_gather.yml
|
||||
when: hostvars[delegate_host_to_gather_facts].ansible_default_ipv4 is not defined
|
||||
loop: "{{ groups['all'] }}"
|
||||
|
||||
Reference in New Issue
Block a user