Initial release version to AAP #5
@ -23,7 +23,7 @@ steps:
|
||||
image: gitea.thezengarden.net/podman/ansible-dev/centos9:release
|
||||
commands:
|
||||
- . ./.drone.env
|
||||
- ansible-lint --offline $ANSIBLE_LINT_EXCLUSION
|
||||
- ansible-lint --offline --nocolor $ANSIBLE_LINT_EXCLUSION
|
||||
|
||||
|
||||
---
|
||||
@ -51,7 +51,7 @@ steps:
|
||||
image: gitea.thezengarden.net/podman/ansible-dev/fedora39:release
|
||||
commands:
|
||||
- . ./.drone.env
|
||||
- ansible-lint --offline $ANSIBLE_LINT_EXCLUSION
|
||||
- ansible-lint --offline --nocolor $ANSIBLE_LINT_EXCLUSION
|
||||
|
||||
|
||||
---
|
||||
@ -79,7 +79,7 @@ steps:
|
||||
image: gitea.thezengarden.net/podman/ansible-dev/debian11:release
|
||||
commands:
|
||||
- . ./.drone.env
|
||||
- ansible-lint --offline $ANSIBLE_LINT_EXCLUSION
|
||||
- ansible-lint --offline --nocolor $ANSIBLE_LINT_EXCLUSION
|
||||
|
||||
|
||||
---
|
||||
@ -108,4 +108,4 @@ steps:
|
||||
image: gitea.thezengarden.net/podman/ansible-dev/debian12:release
|
||||
commands:
|
||||
- . ./.drone.env
|
||||
- ansible-lint --offline $ANSIBLE_LINT_EXCLUSION
|
||||
- ansible-lint --offline --nocolor $ANSIBLE_LINT_EXCLUSION
|
||||
|
Loading…
x
Reference in New Issue
Block a user