Skip to content

Commit

Permalink
fix(fzf): Save Fzf version properly
Browse files Browse the repository at this point in the history
  • Loading branch information
Proveasio authored and Proveasio committed Aug 24, 2024
1 parent 0cd929c commit ab00ba0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ansible/roles/software/tasks/fzf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@
app: fzf
target_version:
github_packages:
fzf: "v{{ fzf_version }}"
query: '.github_packages.fzf = "v{{ fzf_version }}"'
fzf: "{{ fzf_version }}"
query: '.github_packages.fzf = "{{ fzf_version }}"'
ansible.builtin.include_role:
name: common
tasks_from: save_version.yml
Expand Down

0 comments on commit ab00ba0

Please sign in to comment.