Initial release version to AAP #5

Merged
chris merged 18 commits from testing into main 2024-02-28 16:47:03 -05:00
Showing only changes of commit 5b1b1732e2 - Show all commits

View File

@ -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