chore: Removed woodpecker config
Some checks failed
CI / lint (push) Successful in 12s
CI / Molecule Test (almalinux8) (push) Failing after 1m8s
CI / Molecule Test (almalinux9) (push) Failing after 41s
CI / release (push) Has been skipped
CI / notify (push) Has been skipped

This commit is contained in:
2024-08-18 09:49:20 +12:00
parent 6223231427
commit c2bde188aa
3 changed files with 4 additions and 23 deletions

View File

@@ -18,7 +18,7 @@ jobs:
- name: Ensure requirements are installed
run: pip install -r requirements.txt
- name: Lint with ansible-lint
run: ansible-lint -c ".ansible-lint"
run: ansible-lint --exclude ./tests -c ".ansible-lint"
env:
PY_COLORS: '1'
ANSIBLE_FORCE_COLOR: '1'
@@ -93,7 +93,7 @@ jobs:
if: success()
with:
url: '${{ vars.NTFY_URL }}'
title: Workflow success - ansible-role-common
title: Workflow success - ansible-role-repo-epel
topic: 'ci-status'
priority: 4
tags: +1,partying_face,action,successfully,completed
@@ -106,7 +106,7 @@ jobs:
if: failure()
with:
url: '${{ vars.NTFY_URL }}'
title: Workflow failed - ansible-role-common
title: Workflow failed - ansible-role-repo-epel
topic: 'ci-status'
priority: 5
tags: -1,skull,action,failed