Skip to content
Snippets Groups Projects
Commit 4b7d5922 authored by Matthew Mosesohn's avatar Matthew Mosesohn Committed by k8s-ci-robot
Browse files

Fix tag based deploy of apps by skipping kubeadm dns tasks (#3462)

parent 72157a75
Branches
Tags
No related merge requests found
......@@ -22,6 +22,7 @@
state: absent
when:
- kubeadm_enabled|default(false)
- kubeadm_init is defined
- kubeadm_init.changed|default(false)
- inventory_hostname == groups['kube-master'][0]
......@@ -50,5 +51,6 @@
- 'svc'
when:
- kubeadm_enabled|default(false)
- kubeadm_init is defined
- kubeadm_init.changed|default(false)
- inventory_hostname == groups['kube-master'][0]
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment