We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 91ad69e commit 9ce296dCopy full SHA for 9ce296d
roles/fluxcli/tasks/main.yml
@@ -30,7 +30,7 @@
30
# Download and install FLUX-CLI if not yet installed
31
- name: "FLUX-CLI::INSTALL - Installation Block [({{ ansible_distribution }})]"
32
when:
33
- - fluxcli_version_output.rc != 0 or installed_fluxcli_version is version(fluxcli_semantic_version, '<')
+ - fluxcli_version_output.rc != 0 or installed_fluxcli_version is version(fluxcli_version, '<')
34
block:
35
36
# Create Required Directories
0 commit comments