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

This commit is contained in:
Morgan McMillian 2023-03-08 18:05:10 -08:00
parent aca8bdcb73
commit 2ab990c444

View file

@ -4,6 +4,7 @@ pipeline:
secrets: [ igor_key ]
commands:
- echo $IGOR_KEY > /tmp/privateKey
- echo >> /tmp/privateKey
- chmod 600 /tmp/privateKey
- wc -l /tmp/privateKey
- ANSIBLE_HOST_KEY_CHECKING=False ansible-playbook -vvvv --inventory hosts.ini --private-key /tmp/privateKey --user igor main.yml
- ANSIBLE_HOST_KEY_CHECKING=False ansible-playbook -v --inventory hosts.ini --private-key /tmp/privateKey --user igor main.yml