Skip to content

Commit

Permalink
Fixup validation logic for offline install
Browse files Browse the repository at this point in the history
  • Loading branch information
rpelisse committed Sep 29, 2023
1 parent 13c38c6 commit 3ceefba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/amq_streams_common/tasks/install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
- name: Validate existing zipfiles for offline installs
ansible.builtin.assert:
that:
- amq_streams_common_version is defined and amq_streams_common_path_to_archive_file is exists
- amq_streams_common_path_to_archive_file is exists
quiet: True
fail_msg: "An offline install was requested, but files are not present on the controller: {{ amq_streams_common_path_to_archive_file }}"
when:
Expand Down

0 comments on commit 3ceefba

Please sign in to comment.