-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update dependencies for ansible validated content
Updated one of the project dependencies to use redhat.rhel_system_roles instead of fedora system roles. Moved the CODEOWNERS file to the root of the project instead of under .github folder.
- Loading branch information
Showing
6 changed files
with
14 additions
and
14 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,27 +1,24 @@ | ||
--- | ||
# Ansible Linter rules | ||
# mock_modules: | ||
# - community.vmware.vmware_guest_snapshot | ||
profile: production | ||
|
||
# Exclude paths from linter | ||
exclude_paths: | ||
- '.github/' | ||
- 'changelogs/' | ||
- 'docs/' | ||
- 'collections/' | ||
- 'extensions/molecule/' | ||
- ".github/" | ||
- "changelogs/" | ||
- "docs/" | ||
- "collections/" | ||
- "extensions/molecule/" | ||
|
||
# Ansible Linter rules | ||
skip_list: | ||
- yaml[colons] # Violations reported by yamllint. | ||
- yaml[line-length] # Violations reported by yamllint. | ||
- yaml[line-length] # Violations reported by yamllint. | ||
|
||
warn_list: # or 'skip_list' to silence them completely | ||
warn_list: # or 'skip_list' to silence them completely | ||
- git-latest # Allow for newest git version | ||
- package-latest # Allow newest package version | ||
- template-instead-of-copy # Templated files should use template instead of copy | ||
- template-instead-of-copy # Templated files should use template instead of copy | ||
# - command-instead-of-shell # Use shell only when shell functionality is required. | ||
# - no-changed-when # temp until updated all tasks | ||
# - sanity[cannot-ignore] # cope with shebang test bug | ||
|
||
... |
File renamed without changes.
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 |
---|---|---|
|
@@ -133,3 +133,6 @@ dmypy.json | |
|
||
install-deps | ||
pre-commit | ||
|
||
# Ignore ansible.cfg | ||
ansible.cfg |
File renamed without changes.
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