update requirements.yml and .drone.yml
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing

This commit is contained in:
Chris Hammer 2023-11-17 11:34:58 -05:00
parent 353b71d339
commit 5070ee375e
2 changed files with 4 additions and 11 deletions

View File

@ -12,8 +12,7 @@ steps:
- ansible --version
- ansible-lint --version
when:
branch:
- development
branch: development
event:
- push
@ -23,8 +22,7 @@ steps:
commands:
- ansible-galaxy install -r $DRONE_WORKSPACE/requirements.yml
when:
branch:
- development
branch: development
event:
- push
@ -35,8 +33,7 @@ steps:
- ansible-lint --offline $DRONE_WORKSPACE
- ansible-playbook --syntax-check $DRONE_WORKSPACE/hello.yml
when:
branch:
- development
branch: development
event:
- push
@ -49,8 +46,7 @@ steps:
commands:
- ansible-playbook -v -i 127.0.0.1, --connection=local $DRONE_WORKSPACE/hello.yml
when:
branch:
- development
branch: development
event:
- push

View File

@ -1,5 +1,2 @@
collections:
- community.general
- ansible.netcommon
- community.docker
- containers.podman