Fix hiera extension

This commit is contained in:
Flavio Percoco 2017-08-28 10:04:16 +02:00
parent a2e167940a
commit 5a64f048b6
1 changed files with 1 additions and 11 deletions

View File

@ -1,13 +1,3 @@
- name: Create project
k8s_v1_namespace:
host: "{{coe_host}}"
context: "{{kube_context}}"
kubeconfig: "{{config_file}}"
name: openstack
state: present
debug: yes
register: create_project
- name: Upload config files
template:
src: "{{item}}"
@ -20,7 +10,7 @@
- httpd-keystone-admin.conf
- keystone-schema.yaml
- include: hiera.yaml
- include: hiera.yml
- name: Generate config files
config_template: