This commit is contained in:
parent
48ed5a92ba
commit
891aceb04d
@ -5,7 +5,7 @@ type: docker
|
||||
|
||||
|
||||
steps:
|
||||
- name: Verify environment
|
||||
- name: "Verify environment"
|
||||
image: gitea.thezengarden.net/podman/images/ansible-dev:latest
|
||||
commands:
|
||||
- hostname
|
||||
@ -19,7 +19,8 @@ steps:
|
||||
event:
|
||||
- push
|
||||
|
||||
- name: Ansible-Galaxy - Install from requirements.yml
|
||||
- name: "Ansible-Galaxy: Install from requirements.yml"
|
||||
commands:
|
||||
- ansible-galaxy install -r $DRONE_WORKSPACE/requirements.yml
|
||||
when:
|
||||
branch:
|
||||
@ -28,7 +29,7 @@ steps:
|
||||
- push
|
||||
|
||||
|
||||
- name: Syntax check / Linting
|
||||
- name: "Syntax check / Linting"
|
||||
image: gitea.thezengarden.net/podman/images/ansible-dev:latest
|
||||
environment:
|
||||
ANSIBLE_INVENTORY:
|
||||
|
Loading…
x
Reference in New Issue
Block a user