Skip to content

Commit b2b0feb

Browse files
committed
make linter happy
1 parent be35787 commit b2b0feb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

roles/pulp_container_content/tasks/process_content.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@
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:
@@ -82,7 +83,6 @@
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:

0 commit comments

Comments
 (0)