remove conditional params
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Chris Hammer 2023-11-17 10:55:00 -05:00
parent 42ad0c68c2
commit ff22e1cb50

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