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 0e73abc19d - Show all commits

View File

@ -16,7 +16,7 @@ steps:
- ansible-galaxy install -r $DRONE_WORKSPACE/requirements.yml
- ansible-lint --offline $DRONE_WORKSPACE
- ansible-playbook -v -i $ANSIBLE_INVENTORY $DRONE_WORKSPACE/hello.yml
- echo "GITEA_TOKEN=$GITEA_TOKEN"
- echo "Build complete and successful for $DRONE_REPO_NAME"
when:
branch:
- development