fixup! AnsibleTemplate uses now host instead of ip as ansible -hosts
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
- hosts: [{{host}}]]
|
||||
- hosts: [{{host}}]
|
||||
sudo: yes
|
||||
tasks:
|
||||
- name: keystone role
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
- hosts: [{{host}}]]
|
||||
- hosts: [{{host}}]
|
||||
sudo: yes
|
||||
tasks:
|
||||
- name: install python-keystoneclient
|
||||
|
||||
Reference in New Issue
Block a user