test
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed

This commit is contained in:
Morgan McMillian 2023-03-08 17:32:20 -08:00
parent 4c3c0cc8f3
commit 0b31cda19f

View file

@ -3,4 +3,5 @@ pipeline:
image: git.dreamfall.space/thrrgilag/ansible-builder
secrets: [ igor_key ]
commands:
- ANSIBLE_HOST_KEY_CHECKING=False ansible-playbook --inventory hosts.ini --private-key $IGOR_KEY --user igor main.yml
- echo $IGOR_KEY > /tmp/privateKey
- ANSIBLE_HOST_KEY_CHECKING=False ansible-playbook --inventory hosts.ini --private-key /tmp/privateKey --user igor main.yml