Skip to content
Snippets Groups Projects
Commit d04fbf3f authored by Brad Beam's avatar Brad Beam
Browse files

Removing cloud_provider tag to fix scenario where cloud_provider is not defined

parent 85596c26
No related branches found
No related tags found
No related merge requests found
......@@ -70,7 +70,7 @@
- include: "{{ cloud_provider }}-credential-check.yml"
when: cloud_provider is defined and cloud_provider in [ 'openstack', 'azure', 'vsphere' ]
tags: [cloud-provider, "{{ cloud_provider }}", facts]
tags: [cloud-provider, facts]
- name: Create cni directories
file:
......@@ -182,7 +182,7 @@
group: "{{ kube_cert_group }}"
mode: 0640
when: inventory_hostname in groups['k8s-cluster'] and cloud_provider is defined and cloud_provider in [ 'openstack', 'azure', 'vsphere' ]
tags: [cloud-provider, "{{ cloud_provider }}"]
tags: [cloud-provider]
- include: etchosts.yml
tags: [bootstrap-os, etchosts]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment