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

This commit is contained in:
Morgan McMillian 2023-03-08 17:33:07 -08:00
parent 0b31cda19f
commit fece39424e

View file

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