fixup! AnsibleTemplate uses now host instead of ip as ansible -hosts

This commit is contained in:
Jedrzej Nowak
2015-08-27 16:48:28 +02:00
parent 2e392be61f
commit a40d178560
46 changed files with 46 additions and 46 deletions

View File

@@ -1,4 +1,4 @@
- hosts: [{{host}}]]
- hosts: [{{host}}]
sudo: yes
tasks:
- name: keystone role

View File

@@ -1,4 +1,4 @@
- hosts: [{{host}}]]
- hosts: [{{host}}]
sudo: yes
tasks:
- name: install python-keystoneclient