update requirements.yml and .drone.yml
This commit is contained in:
parent
353b71d339
commit
5070ee375e
12
.drone.yml
12
.drone.yml
@ -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
|
||||
|
||||
|
@ -1,5 +1,2 @@
|
||||
collections:
|
||||
- community.general
|
||||
- ansible.netcommon
|
||||
- community.docker
|
||||
- containers.podman
|
||||
|
Loading…
x
Reference in New Issue
Block a user