File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed
roles/pulp_container_content/tasks Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -6,3 +6,7 @@ skip_list:
66 - galaxy[version-incorrect]
77 - meta-runtime[unsupported-version]
88 - fqcn[action-core]
9+
10+ # Ensure dependent collections are not linted
11+ exclude_paths:
12+ - .ansible/
Original file line number Diff line number Diff line change 5555 - content_item.state | default('present') != 'present' or content_item.src_repo is defined
5656
5757- name : Resolve tags
58+ when : ref_repo_version is defined
5859 block :
5960 - name : List tags from reference repository
6061 pulp.squeezer.api_call :
8283 - name : Set content units to process
8384 set_fact :
8485 content_units : " {{ tags_result.response.results | map(attribute='pulp_href') | list }}"
85- when : ref_repo_version is defined
8686
8787- name : Add content to repository
8888 pulp.squeezer.api_call :
You can’t perform that action at this time.
0 commit comments