try something more direct
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed

This commit is contained in:
Morgan McMillian 2023-03-09 07:44:23 -08:00
parent 48019dcead
commit f262b09ee1

View file

@ -1,4 +1,13 @@
pipeline:
test:
image: debian:stable
secrets: [ ssh_key ]
environment:
- ANSIBLE_PRIVATE_KEY=$SSH_KEY
commands:
- apt-get update && apt-get install ansible -y
- ansible-playbook --user igor --inventory hosts.ini main.yml
publish:
image: plugins/ansible
pull: true