ansible-lint fix

This commit is contained in:
GomathiselviS
2024-01-30 13:09:52 -05:00
parent b01f78b0b7
commit c255d11c6e
12 changed files with 654 additions and 732 deletions

1
.github/stale.yml vendored
View File

@@ -12,7 +12,6 @@ daysUntilClose: 30
# Only issues or pull requests with all of these labels are check if stale.
# Defaults to `[]` (disabled)
onlyLabels: []
# Issues or Pull Requests with these labels will never be considered stale. Set
# to `[]` to disable
exemptLabels:

View File

@@ -10,7 +10,7 @@ on:
- main
- stable-*
tags:
- '*'
- "*"
jobs:
linters:

View File

@@ -1,3 +1,4 @@
---
name: Unit tests
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
@@ -11,4 +12,4 @@ on:
jobs:
unit-source:
uses: GomathiselviS/github_actions/.github/workflows/unit_source.yml@add_host_pattern
uses: ansible-network/github_actions/.github/workflows/unit_source.yml@main