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 28, 2023
1 parent bda2276 commit 617cdc6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion galaxy.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
namespace: middleware_automation
name: amq_streams
version: "0.0.6"
version: "0.0.7"

Check warning on line 4 in galaxy.yml

View workflow job for this annotation

GitHub Actions / ci / linter (3.11, 2.15)

galaxy[version-incorrect]

collection version should be greater than or equal to 1.0.0
readme: README.md
authors:
- Romain Pelisse <[email protected]>
Expand Down
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 617cdc6

Please sign in to comment.