Skip to content

Commit

Permalink
Merge pull request #230 from stackhpc/hashilint
Browse files Browse the repository at this point in the history
Define lint_pip_dependencies for stackhpc.hashicorp collection lint
  • Loading branch information
markgoddard authored Sep 12, 2023
2 parents 7b92bba + bd3f494 commit 5db19c1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ansible/inventory/group_vars/all/source-repositories
Original file line number Diff line number Diff line change
Expand Up @@ -562,6 +562,8 @@ source_repositories:
ansible-collection-hashicorp:
repository_type: "ansible"
workflows: "{{ ansible_workflows.collection }}"
workflow_args:
lint_pip_dependencies: "git+https://github.com/stackhpc/ansible-modules-hashivault@stackhpc"
community_files:
- codeowners:
content: "{{ community_files.codeowners.ansible }}"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,7 @@ name: Ansible collection linters
jobs:
lint:
uses: stackhpc/.github/.github/workflows/lint-collection.yml@main
{% if workflow_manifest.workflow_args.lint_pip_dependencies is defined %}
with:
upstream: {{ workflow_manifest.workflow_args.lint_pip_dependencies }}
{% endif %}

0 comments on commit 5db19c1

Please sign in to comment.