try dis
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed

This commit is contained in:
Morgan McMillian 2023-03-09 08:04:46 -08:00
parent 321ec086dc
commit 378d17bf94

View file

@ -10,10 +10,11 @@ pipeline:
- echo $${ANSIBLE_PRIVATE_KEY} > /tmp/privateKey_a
- echo $${SSH_KEY} > /tmp/privateKey
- chmod 600 /tmp/privateKey
- echo $${SSH_KEY}|sha256sum
- echo $${ANSIBLE_PRIVATE_KEY}|sha256sum
- chmod 600 /tmp/privateKey
- sha256sum /tmp/privateKey_a
- cat /tmp/privateKey_a
- sha256sum /tmp/privateKey
- cat /tmp/privateKey
- ansible-playbook --user igor --inventory hosts.ini --private-key /tmp/privateKey main.yml
publish: