Disable host key checking

This commit is contained in:
Oliver Davies 2018-01-03 20:38:52 +00:00
parent d57a571100
commit 8f5211ba3a

View file

@ -24,6 +24,8 @@ jobs:
deploy:
docker:
- image: ansible/ansible:ubuntu1604
environment:
ANSIBLE_HOST_KEY_CHECKING: no
steps:
- run:
name: Install system packages.