Skip to content

Commit

Permalink
Fix calling manifest when manifest_url is defined (redhat-cop#725)
Browse files Browse the repository at this point in the history
  • Loading branch information
rdrazny authored and Przemyslaw Kalitowski committed Nov 22, 2024
1 parent ecf7f72 commit c89d103
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/license/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
- name: Use manifest file
ansible.builtin.include_tasks: "manifest.yml"
when:
- controller_license.manifest_file is defined or controller_license.manifest is defined or controller_license.manifest_content is defined
- controller_license.manifest_file is defined or controller_license.manifest is defined or controller_license.manifest_content is defined or controller_license.manifest_url is defined

- name: Use subscription pool id or subscription lookup
ansible.builtin.include_tasks: "subscription.yml"
Expand Down

0 comments on commit c89d103

Please sign in to comment.