Skip to content

Commit

Permalink
Update dependencies for ansible validated content
Browse files Browse the repository at this point in the history
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
r0x0d committed Apr 17, 2024
1 parent cf20f3c commit 372a658
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 14 deletions.
21 changes: 9 additions & 12 deletions .ansible-lint.yml
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.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ jobs:
cat << EOF > ansible.cfg
[galaxy]
server_list = rh_automation_hub
[galaxy_server.rh_automation_hub]
url=https://cloud.redhat.com/api/automation-hub/
auth_url=https://sso.redhat.com/auth/realms/redhat-external/protocol/openid-connect/token
Expand Down
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -133,3 +133,6 @@ dmypy.json

install-deps
pre-commit

# Ignore ansible.cfg
ansible.cfg
File renamed without changes.
3 changes: 1 addition & 2 deletions galaxy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ tags:
- conversions
- linux
repository: https://github.com/redhat-cop/infra.convert2rhel
# documentation: https://github.com/ansible-collection-migration/community.REPO_NAME/tree/main/docs
documentation: https://github.com/redhat-cop/infra.convert2rhel/tree/main/docs
homepage: https://github.com/redhat-cop/infra.convert2rhel
issues: https://github.com/redhat-cop/infra.convert2rhel/issues
build_ignore:
Expand All @@ -26,7 +26,6 @@ build_ignore:
- extensions
dependencies:
ansible.posix: ">=1.5.1"
fedora.linux_system_roles: ">=1.21.0"
community.general: ">=6.6.0"
ansible.utils: ">=2.12.0"
...

0 comments on commit 372a658

Please sign in to comment.