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:
|
||||
- file: path={{config_dir}} state=absent
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
- hosts: [{{host}}]]
|
||||
- hosts: [{{host}}]
|
||||
sudo: yes
|
||||
vars:
|
||||
admin_token: {{admin_token}}
|
||||
|
||||
Reference in New Issue
Block a user