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 --version
|
||||||
- ansible-lint --version
|
- ansible-lint --version
|
||||||
when:
|
when:
|
||||||
branch:
|
branch: development
|
||||||
- development
|
|
||||||
event:
|
event:
|
||||||
- push
|
- push
|
||||||
|
|
||||||
@ -23,8 +22,7 @@ steps:
|
|||||||
commands:
|
commands:
|
||||||
- ansible-galaxy install -r $DRONE_WORKSPACE/requirements.yml
|
- ansible-galaxy install -r $DRONE_WORKSPACE/requirements.yml
|
||||||
when:
|
when:
|
||||||
branch:
|
branch: development
|
||||||
- development
|
|
||||||
event:
|
event:
|
||||||
- push
|
- push
|
||||||
|
|
||||||
@ -35,8 +33,7 @@ steps:
|
|||||||
- ansible-lint --offline $DRONE_WORKSPACE
|
- ansible-lint --offline $DRONE_WORKSPACE
|
||||||
- ansible-playbook --syntax-check $DRONE_WORKSPACE/hello.yml
|
- ansible-playbook --syntax-check $DRONE_WORKSPACE/hello.yml
|
||||||
when:
|
when:
|
||||||
branch:
|
branch: development
|
||||||
- development
|
|
||||||
event:
|
event:
|
||||||
- push
|
- push
|
||||||
|
|
||||||
@ -49,8 +46,7 @@ steps:
|
|||||||
commands:
|
commands:
|
||||||
- ansible-playbook -v -i 127.0.0.1, --connection=local $DRONE_WORKSPACE/hello.yml
|
- ansible-playbook -v -i 127.0.0.1, --connection=local $DRONE_WORKSPACE/hello.yml
|
||||||
when:
|
when:
|
||||||
branch:
|
branch: development
|
||||||
- development
|
|
||||||
event:
|
event:
|
||||||
- push
|
- push
|
||||||
|
|
||||||
|
@ -1,5 +1,2 @@
|
|||||||
collections:
|
collections:
|
||||||
- community.general
|
- community.general
|
||||||
- ansible.netcommon
|
|
||||||
- community.docker
|
|
||||||
- containers.podman
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user