Compare commits

...

11 Commits

Author SHA1 Message Date
4d1b60599d
fix doctor
All checks were successful
ci/woodpecker/pr/lint Pipeline was successful
ci/woodpecker/pr/test Pipeline was successful
ci/woodpecker/pr/docs Pipeline was successful
2024-08-19 09:12:28 +02:00
1e985163ed
switch to ansible-dev-tools image
Some checks failed
ci/woodpecker/pr/lint Pipeline was successful
ci/woodpecker/pr/test Pipeline was successful
ci/woodpecker/pr/docs Pipeline failed
2024-08-19 08:33:00 +02:00
0ef0e0e769
debug
Some checks failed
ci/woodpecker/pr/lint Pipeline was successful
ci/woodpecker/pr/test Pipeline failed
ci/woodpecker/pr/docs unknown status
2024-08-18 20:56:16 +02:00
09b43e8693
debug
Some checks failed
ci/woodpecker/pr/lint Pipeline was successful
ci/woodpecker/pr/test Pipeline failed
ci/woodpecker/pr/docs unknown status
2024-08-18 20:52:33 +02:00
2005031958
debug
Some checks failed
ci/woodpecker/pr/lint Pipeline failed
ci/woodpecker/pr/test unknown status
ci/woodpecker/pr/docs unknown status
2024-08-18 20:50:33 +02:00
545f8ef368
debug
Some checks failed
ci/woodpecker/pr/lint Pipeline failed
ci/woodpecker/pr/test unknown status
ci/woodpecker/pr/docs unknown status
2024-08-18 20:47:50 +02:00
f451265e33
debug
Some checks failed
ci/woodpecker/pr/lint Pipeline failed
ci/woodpecker/pr/test unknown status
ci/woodpecker/pr/docs unknown status
2024-08-18 20:25:42 +02:00
68a07e6ea8
debug
Some checks failed
ci/woodpecker/pr/lint Pipeline failed
ci/woodpecker/pr/test unknown status
ci/woodpecker/pr/docs unknown status
2024-08-18 16:50:18 +02:00
c02b551a06
debug
Some checks failed
ci/woodpecker/pr/lint Pipeline failed
ci/woodpecker/pr/test unknown status
ci/woodpecker/pr/docs unknown status
2024-08-18 16:43:40 +02:00
e9d11ae6de
fix
Some checks failed
ci/woodpecker/pr/lint Pipeline failed
ci/woodpecker/pr/test unknown status
ci/woodpecker/pr/docs unknown status
2024-08-18 16:29:30 +02:00
191476ae94
fix: fix ansible temp dir
Some checks failed
ci/woodpecker/pr/lint Pipeline failed
ci/woodpecker/pr/test unknown status
ci/woodpecker/pr/docs unknown status
2024-08-18 16:28:26 +02:00
3 changed files with 7 additions and 7 deletions

View File

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

View File

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

View File

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