diff --git a/.ansible-lint b/.ansible-lint index 4e6e3e6..0263ae2 100644 --- a/.ansible-lint +++ b/.ansible-lint @@ -4,5 +4,5 @@ profile: production exclude_paths: - changelogs/changelog.yaml skip_list: - # this rule error out correct vars names for network validated content. + # this rule error out correct vars names for network validated content - var-naming[no-role-prefix] diff --git a/.config/ansible-lint.yml b/.config/ansible-lint.yml deleted file mode 100644 index ccb44f5..0000000 --- a/.config/ansible-lint.yml +++ /dev/null @@ -1,3 +0,0 @@ ---- -skip_list: - - var-naming[no-role-prefix] # this rule error out correct vars names for network validated content. diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index bbdb45e..31730bb 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -5,12 +5,12 @@ concurrency: group: ${{ github.head_ref || github.run_id }} cancel-in-progress: true -on: # yamllint disable-line rule:truthy +on: # yamllint disable-line rule:truthy pull_request: branches: [main] workflow_dispatch: schedule: - - cron: '0 0 * * *' + - cron: "0 0 * * *" jobs: changelog: diff --git a/README.md b/README.md index 1e3b54d..d202c71 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Network OSPF Validated Content [![CI](https://github.com/redhat-cop/network.ospf/actions/workflows/tests.yml/badge.svg?event=schedule)](https://github.com/redhat-cop/network.ospf/actions/workflows/tests.yml) -[![OpenSSF Best Practices](https://bestpractices.coreinfrastructure.org/projects/7404/badge)](https://bestpractices.coreinfrastructure.org/projects/7404) +[![OpenSSF Best Practices](https://bestpractices.coreinfrastructure.org/projects/7662/badge)](https://bestpractices.coreinfrastructure.org/projects/7662) This repository contains the `network.ospf` Ansible Collection. diff --git a/changelogs/fragments/.keep b/changelogs/fragments/.keep new file mode 100644 index 0000000..e69de29 diff --git a/changelogs/fragments/trivial_lint.yaml b/changelogs/fragments/trivial_lint.yaml new file mode 100644 index 0000000..744f363 --- /dev/null +++ b/changelogs/fragments/trivial_lint.yaml @@ -0,0 +1,3 @@ +--- +trivial: + - "Fix lint action reference."