Tweak this for the syntax ansible wants hopefully
This commit is contained in:
parent
1ebf5010fd
commit
5b7f1a4754
1 changed files with 2 additions and 1 deletions
|
@ -40,7 +40,8 @@
|
||||||
- name: provision instance
|
- name: provision instance
|
||||||
hosts: tmp_just_created
|
hosts: tmp_just_created
|
||||||
gather_facts: True
|
gather_facts: True
|
||||||
environment: "ANSIBLE_HOST_KEY_CHECKING=False"
|
environment:
|
||||||
|
ANSIBLE_HOST_KEY_CHECKING: False
|
||||||
|
|
||||||
vars_files:
|
vars_files:
|
||||||
- /srv/web/infra/ansible/vars/global.yml
|
- /srv/web/infra/ansible/vars/global.yml
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue