You've already forked ansible-role-repo-epel
chore: Removed woodpecker config
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
profile: basic
|
||||
profile: min
|
||||
|
||||
skip_list: # or 'skip_list' to silence them completely
|
||||
- experimental # all rules tagged as experimental
|
||||
|
||||
6
.github/workflows/CI.yml
vendored
6
.github/workflows/CI.yml
vendored
@@ -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
|
||||
|
||||
@@ -1,19 +0,0 @@
|
||||
matrix:
|
||||
MOLECULE_DISTRO:
|
||||
- centos7
|
||||
- almalinux8
|
||||
|
||||
steps:
|
||||
build:
|
||||
image: guisea/ansible-molecule
|
||||
pull: true
|
||||
environment:
|
||||
ANSIBLE_CALLBACK_WHITELIST: profile_tasks
|
||||
EPEL_MIRROR_URL: https://mirrors.guise.net.nz/epel
|
||||
volumes:
|
||||
- /var/run/docker.sock:/var/run/docker.sock
|
||||
commands:
|
||||
- molecule --version
|
||||
- ansible --version
|
||||
- molecule test --all
|
||||
|
||||
Reference in New Issue
Block a user