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

This commit is contained in:
Morgan McMillian 2023-03-08 17:37:33 -08:00
parent 4ea5cfdce9
commit 39bce74425

View file

@ -5,5 +5,5 @@ pipeline:
commands: commands:
- echo $IGOR_KEY > /tmp/privateKey - echo $IGOR_KEY > /tmp/privateKey
- chmod 600 /tmp/privateKey - chmod 600 /tmp/privateKey
- cat /tmp/privateKey - wc -l /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