-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update Ansible lint workflow to v6.20.3.
- Loading branch information
1 parent
90d7369
commit 489ccd6
Showing
11 changed files
with
42 additions
and
56 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,23 @@ | ||
profile: production | ||
|
||
skip_list: | ||
- experimental | ||
- var-naming | ||
|
||
parseable: true | ||
|
||
mock_modules: | ||
- irods_advanced | ||
- irods_config | ||
- irods_indexing | ||
- irods_python | ||
- irods_resource | ||
- irods_rulesets | ||
|
||
exclude_paths: | ||
- .github/ | ||
- docker/ | ||
- docs/ | ||
- roles/yoda_test/ | ||
- roles/yoda_test_users_eus/ | ||
- environments/ |
This file was deleted.
Oops, something went wrong.
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 |
---|---|---|
|
@@ -7,27 +7,20 @@ on: | |
- 'Vagrantfile' | ||
- 'docs/**' | ||
- 'docker/**' | ||
- '.github/workflows/ansible-lint-zabbix.yml' | ||
- '.github/workflows/documentation.yml' | ||
pull_request: | ||
paths-ignore: | ||
- 'README.md' | ||
- 'Vagrantfile' | ||
- 'docker/**' | ||
- 'docs/**' | ||
- '.github/workflows/ansible-lint-zabbix.yml' | ||
- '.github/workflows/documentation.yml' | ||
|
||
jobs: | ||
build: | ||
runs-on: ubuntu-latest | ||
|
||
steps: | ||
# Important: This sets up your GITHUB_WORKSPACE environment variable | ||
- uses: actions/checkout@v3 | ||
- uses: actions/checkout@v4 | ||
|
||
- name: Run ansible-lint | ||
# replace `main` with any valid ref, or tags like `v6` | ||
uses: ansible-community/[email protected] | ||
with: | ||
path: "playbook.yml" | ||
uses: ansible/[email protected] |
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 |
---|---|---|
|
@@ -20,7 +20,7 @@ | |
when: not letsencrypt_fullchain.stat.exists | ||
|
||
|
||
- name: Generate certificate if it doesn't exist yet | ||
- name: Generate certificate if it doesn't exist yet # noqa no-changed-when | ||
ansible.builtin.command: "certbot certonly --standalone --noninteractive --agree-tos --email [email protected] -d {{ yoda_portal_fqdn }}" | ||
when: not letsencrypt_fullchain.stat.exists | ||
|
||
|
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 |
---|---|---|
|
@@ -12,5 +12,5 @@ galaxy_info: | |
|
||
|
||
dependencies: | ||
- apache | ||
- python3 | ||
- role: apache | ||
- role: python3 |
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
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
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