Skip to content
Snippets Groups Projects
Unverified Commit 04711d3b authored by zhengtianbao's avatar zhengtianbao Committed by GitHub
Browse files

Replace path_join to support Ansible 2.9 (#8160)

parent cb7c30a4
No related branches found
No related tags found
No related merge requests found
......@@ -373,7 +373,7 @@
- dns
- name: reset | include file with reset tasks specific to the network_plugin if exists
include_tasks: "{{ (role_path,'../network_plugin',kube_network_plugin,'tasks/reset.yml') | path_join | realpath }}"
include_tasks: "{{ (role_path,'../network_plugin',kube_network_plugin,'tasks/reset.yml') | community.general.path_join | realpath }}"
when:
- kube_network_plugin in ['flannel', 'cilium', 'kube-router', 'calico']
tags:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment