Skip to content

Commit 9ce296d

Browse files
committed
Refactor 'fluxcd' -> fluxcli
1 parent 91ad69e commit 9ce296d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

roles/fluxcli/tasks/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
# Download and install FLUX-CLI if not yet installed
3131
- name: "FLUX-CLI::INSTALL - Installation Block [({{ ansible_distribution }})]"
3232
when:
33-
- fluxcli_version_output.rc != 0 or installed_fluxcli_version is version(fluxcli_semantic_version, '<')
33+
- fluxcli_version_output.rc != 0 or installed_fluxcli_version is version(fluxcli_version, '<')
3434
block:
3535

3636
# Create Required Directories

0 commit comments

Comments
 (0)