turn off host checking
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed

This commit is contained in:
Morgan McMillian 2023-03-09 07:46:59 -08:00
parent f262b09ee1
commit 795209523f

View file

@ -4,6 +4,7 @@ pipeline:
secrets: [ ssh_key ] secrets: [ ssh_key ]
environment: environment:
- ANSIBLE_PRIVATE_KEY=$SSH_KEY - ANSIBLE_PRIVATE_KEY=$SSH_KEY
- ANSIBLE_HOST_KEY_CHECKING=False
commands: commands:
- apt-get update && apt-get install ansible -y - apt-get update && apt-get install ansible -y
- ansible-playbook --user igor --inventory hosts.ini main.yml - ansible-playbook --user igor --inventory hosts.ini main.yml