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

This commit is contained in:
Morgan McMillian 2023-03-08 16:13:44 -08:00
parent 8a4a58716e
commit 1b2d7ec519

View file

@ -1,15 +1,9 @@
pipeline: pipeline:
test: test:
image: docker image: plugins/ansible:3
secrets: [ blarp, test_key ] secrets: [ test_key ]
commands: settings:
- echo hello playbook: main.yml
- echo "$BLARP" inventory: hosts.ini
- echo $BLARP > test user: igor
- echo $TEST_KEY > testkey private_key: $TEST_KEY
- wc -c test
- cat test
- ls -la
- echo "something" >> testkey
- wc -l testkey
- cat testkey