diff --git a/.woodpecker.yml b/.woodpecker.yml index 9212ea7..e8af7c7 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -4,6 +4,7 @@ pipeline: secrets: [ ssh_key ] environment: - ANSIBLE_PRIVATE_KEY=$SSH_KEY + - ANSIBLE_HOST_KEY_CHECKING=False commands: - apt-get update && apt-get install ansible -y - ansible-playbook --user igor --inventory hosts.ini main.yml