Merge pull request #2570 from avoidik/transfer-cloud-configs

Move cloud config configurations to proper location
This commit is contained in:
Andreas Krüger
2018-04-02 10:31:38 +02:00
committed by GitHub
10 changed files with 51 additions and 37 deletions

View File

@@ -76,14 +76,6 @@
- cloud-provider
- facts
- include_tasks: "{{ cloud_provider }}-credential-check.yml"
when:
- cloud_provider is defined
- cloud_provider in [ 'openstack', 'azure', 'vsphere' ]
tags:
- cloud-provider
- facts
- name: Create cni directories
file:
path: "{{ item }}"