ansible with drone ci #1

Merged
chris merged 18 commits from development into main 2023-11-17 00:48:11 -05:00
Showing only changes of commit 863fb6eb97 - Show all commits

View File

@ -10,3 +10,4 @@ steps:
- ansible-galaxy install -r $DRONE_WORKSPACE/requirements.yml
- ansible-lint --offline $DRONE_WORKSPACE
- ansible-playbook -v -i 127.0.0.1, $DRONE_WORKSPACE/hello.yml
- echo "GITEA_TOKEN=$GITEA_TOKEN"