This commit is contained in:
parent
b1367f47c4
commit
edffe71427
19
.drone.yml
19
.drone.yml
@ -20,15 +20,16 @@ steps:
|
||||
- echo "ANSIBLE_INVENTORY -> $ANSIBLE_INVENTORY"
|
||||
- echo "ANSIBLE_PLAYBOOK -> $ANSIBLE_PLAYBOOK"
|
||||
|
||||
# - name: "ansible_environment_verify"
|
||||
# image: gitea.thezengarden.net/podman/ansible-dev/centos9:release
|
||||
# commands:
|
||||
# - git log -1
|
||||
# - ansible --version
|
||||
# - ansible-lint --version
|
||||
# - echo "ANSIBLE_LINT_EXCLUSION -> $ANSIBLE_LINT_EXCLUSION"
|
||||
# - echo "ANSIBLE_INVENTORY -> $ANSIBLE_INVENTORY"
|
||||
# - echo "ANSIBLE_PLAYBOOK -> $ANSIBLE_PLAYBOOK"
|
||||
- name: "ansible_environment_verify"
|
||||
image: gitea.thezengarden.net/podman/ansible-dev/centos9:release
|
||||
commands:
|
||||
- . ./.drone.env
|
||||
- git log -1
|
||||
- ansible --version
|
||||
- ansible-lint --version
|
||||
- echo "ANSIBLE_LINT_EXCLUSION -> $ANSIBLE_LINT_EXCLUSION"
|
||||
- echo "ANSIBLE_INVENTORY -> $ANSIBLE_INVENTORY"
|
||||
- echo "ANSIBLE_PLAYBOOK -> $ANSIBLE_PLAYBOOK"
|
||||
|
||||
# - name: "ansible_galaxy_requirements"
|
||||
# image: gitea.thezengarden.net/podman/ansible-dev/centos9:release
|
||||
|
Loading…
x
Reference in New Issue
Block a user