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

This commit is contained in:
Morgan McMillian 2023-03-08 17:36:20 -08:00
parent fece39424e
commit 4ea5cfdce9

View file

@ -5,4 +5,5 @@ pipeline:
commands:
- echo $IGOR_KEY > /tmp/privateKey
- chmod 600 /tmp/privateKey
- cat /tmp/privateKey
- ANSIBLE_HOST_KEY_CHECKING=False ansible-playbook --inventory hosts.ini --private-key /tmp/privateKey --user igor main.yml