From 6b33c916acb6c385de67a83c110d503026d2296b Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Mon, 19 Aug 2024 09:17:25 +0200 Subject: [PATCH] fix: switch to ansible dev container and fix molecule (#2) Reviewed-on: https://gitea.rknet.org/ansible/xoxys.auditd/pulls/2 Co-authored-by: Robert Kaussow Co-committed-by: Robert Kaussow --- .woodpecker/docs.yaml | 10 +++++----- .woodpecker/lint.yaml | 2 +- .woodpecker/test.yaml | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.woodpecker/docs.yaml b/.woodpecker/docs.yaml index f053ca8..857444b 100644 --- a/.woodpecker/docs.yaml +++ b/.woodpecker/docs.yaml @@ -9,11 +9,11 @@ steps: - name: generate image: quay.io/thegeeklab/ansible-doctor environment: - ANSIBLE_DOCTOR_EXCLUDE_FILES: molecule/ - ANSIBLE_DOCTOR_FORCE_OVERWRITE: "true" - ANSIBLE_DOCTOR_LOG_LEVEL: INFO - ANSIBLE_DOCTOR_ROLE_NAME: ${CI_REPO_NAME} - ANSIBLE_DOCTOR_TEMPLATE: readme + ANSIBLE_DOCTOR_EXCLUDE_FILES: "['molecule/']" + ANSIBLE_DOCTOR_RENDERER__FORCE_OVERWRITE: "true" + ANSIBLE_DOCTOR_LOGGING__LEVEL: info + ANSIBLE_DOCTOR_ROLE__NAME: ${CI_REPO_NAME} + ANSIBLE_DOCTOR_TEMPLATE__NAME: readme - name: format image: quay.io/thegeeklab/alpine-tools diff --git a/.woodpecker/lint.yaml b/.woodpecker/lint.yaml index 59b112b..c48a8e4 100644 --- a/.woodpecker/lint.yaml +++ b/.woodpecker/lint.yaml @@ -7,7 +7,7 @@ when: steps: - name: ansible-lint - image: ghcr.io/ansible/community-ansible-dev-tools + image: quay.io/thegeeklab/ansible-dev-tools:1 commands: - ansible-lint environment: diff --git a/.woodpecker/test.yaml b/.woodpecker/test.yaml index d332edc..661dc8b 100644 --- a/.woodpecker/test.yaml +++ b/.woodpecker/test.yaml @@ -7,7 +7,7 @@ when: variables: - &molecule_base - image: ghcr.io/ansible/community-ansible-dev-tools + image: quay.io/thegeeklab/ansible-dev-tools:1 group: molecule environment: PY_COLORS: "1"