Disable host key checking
This commit is contained in:
parent
d57a571100
commit
8f5211ba3a
|
@ -24,6 +24,8 @@ jobs:
|
|||
deploy:
|
||||
docker:
|
||||
- image: ansible/ansible:ubuntu1604
|
||||
environment:
|
||||
ANSIBLE_HOST_KEY_CHECKING: no
|
||||
steps:
|
||||
- run:
|
||||
name: Install system packages.
|
||||
|
|
Reference in a new issue