Skip to content

Commit

Permalink
update Workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
DO1JLR committed Sep 11, 2024
1 parent c96c5ca commit 56771de
Show file tree
Hide file tree
Showing 13 changed files with 53 additions and 471 deletions.
95 changes: 0 additions & 95 deletions .github/galaxy.svg

This file was deleted.

217 changes: 0 additions & 217 deletions .github/license.svg

This file was deleted.

18 changes: 0 additions & 18 deletions .github/workflows/ansible-centos-centos7.yml

This file was deleted.

18 changes: 0 additions & 18 deletions .github/workflows/ansible-centos-centos8.yml

This file was deleted.

18 changes: 0 additions & 18 deletions .github/workflows/ansible-centos-latest.yml

This file was deleted.

18 changes: 0 additions & 18 deletions .github/workflows/ansible-fedora-31.yml

This file was deleted.

18 changes: 0 additions & 18 deletions .github/workflows/ansible-fedora-32.yml

This file was deleted.

18 changes: 0 additions & 18 deletions .github/workflows/ansible-fedora-33.yml

This file was deleted.

18 changes: 9 additions & 9 deletions .github/workflows/ansible-linting-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,17 @@ on: [push, pull_request]

jobs:
build:

name: Ansible Lint
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- name: Checkout git repo
uses: actions/checkout@v4
with:
submodules: true
fetch-depth: 0

- name: Lint Ansible Playbook
uses: ansible/ansible-lint-action@master
- name: Run ansible-lint
uses: ansible-actions/ansible-lint-action@v1.0.3
with:
targets: "."
# [required]
# Paths to ansible files (i.e., playbooks, tasks, handlers etc..)
args: ""
# [optional]
target: "./"
20 changes: 0 additions & 20 deletions .github/workflows/galaxy.yml

This file was deleted.

Loading

0 comments on commit 56771de

Please sign in to comment.