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 b7f7ed1158
commit 1e90bea4dd
46 changed files with 46 additions and 46 deletions

View File

@@ -1,4 +1,4 @@
- hosts: [{{host}}]]
- hosts: [{{host}}]
sudo: yes
tasks:
- file: path={{config_dir}} state=absent

View File

@@ -1,4 +1,4 @@
- hosts: [{{host}}]]
- hosts: [{{host}}]
sudo: yes
vars:
admin_token: {{admin_token}}