add rsync package to publish pipeline
ci/woodpecker/push/woodpecker Pipeline failed Details

This commit is contained in:
Morgan McMillian 2023-03-09 10:41:01 -08:00
parent 3895387b8a
commit 5932feccc4
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ pipeline:
environment:
- ANSIBLE_HOST_KEY_CHECKING=False
commands:
- apk add --update ansible
- apk add --update ansible rsync
- printf "$SSH_KEY" > privateKey
- chmod 600 privateKey
- ansible-playbook --user igor --inventory hosts.ini --private-key privateKey main.yaml