Skip to content

Commit

Permalink
Fixed apply for include in include
Browse files Browse the repository at this point in the history
  • Loading branch information
atsikham committed Oct 21, 2021
1 parent 37a8f4d commit c28b180
Showing 1 changed file with 5 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,8 @@
include_tasks: utils/uncordon.yml

- name: k8s/node | Verify component versions and node status
include_tasks: verify-upgrade.yml
apply:
environment:
KUBECONFIG: /etc/kubernetes/kubelet.conf
include_tasks:
file: verify-upgrade.yml
apply:
environment:
KUBECONFIG: /etc/kubernetes/kubelet.conf

0 comments on commit c28b180

Please sign in to comment.