drone ci updates #4

Merged
chris merged 26 commits from development into main 2023-11-17 12:00:45 -05:00
Showing only changes of commit ff22e1cb50 - Show all commits

View File

@ -5,7 +5,7 @@ type: docker
steps: steps:
- name: Install requirements, lint, and run Ansible playbook - name: Ansible Playbook Lint and Test
image: gitea.thezengarden.net/podman/images/ansible-dev:latest image: gitea.thezengarden.net/podman/images/ansible-dev:latest
environment: environment:
GITEA_TOKEN: GITEA_TOKEN:
@ -20,13 +20,9 @@ steps:
- whoami - whoami
when: when:
branch: branch:
include:
- development - development
event: event:
include:
- push - push
exclude:
- pull_request
# - name: push commit # - name: push commit