-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(ansible-lint): satisfy ansible-lint
- Loading branch information
Showing
7 changed files
with
30 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,6 +2,10 @@ | |
|
||
name: Ansible Galaxy | ||
Check failure on line 3 in .github/workflows/galaxy.yml GitHub Actions / buildgalaxy[version-missing]
|
||
|
||
tags: | ||
- linux | ||
- infrastructure | ||
|
||
on: | ||
push: | ||
tags: | ||
|
@@ -12,14 +16,14 @@ jobs: | |
runs-on: ubuntu-latest | ||
steps: | ||
|
||
- uses: actions/checkout@v3 | ||
- uses: actions/checkout@v3 | ||
|
||
- name: Set version in galaxy.yml | ||
run: | | ||
VERSION=${GITHUB_REF#refs/tags/v} | ||
sed -re "s/^version:.*$/version: ${VERSION}/" -i galaxy.yml | ||
- name: Set version in galaxy.yml | ||
run: | | ||
VERSION=${GITHUB_REF#refs/tags/v} | ||
sed -re "s/^version:.*$/version: ${VERSION}/" -i galaxy.yml | ||
- name: Upload collection to Ansible Galaxy | ||
uses: ansible/[email protected] | ||
with: | ||
api_key: ${{ secrets.GALAXY_API_KEY }} | ||
- name: Upload collection to Ansible Galaxy | ||
uses: ansible/[email protected] | ||
with: | ||
api_key: ${{ secrets.GALAXY_API_KEY }} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
--- | ||
Check failure on line 1 in meta/runtime.yml GitHub Actions / buildmeta-runtime[unsupported-version]
|
||
|
||
requires_ansible: ">=2.10" | ||
requires_ansible: ">=2.12" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,3 @@ | ||
--- | ||
|
||
linux_allowed_login_since: -90days | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters