Skip to content

Commit

Permalink
bug:🪰 Fixing when: condition.
Browse files Browse the repository at this point in the history
  • Loading branch information
TechDufus committed Sep 12, 2024
1 parent 2a344f7 commit a9f0e34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/hammerspoon/tasks/MacOSX.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
when: hammerspoon_gridlayout_release.status == 200

- name: "Hammerspoon | Install latest GridLayout.spoon"
when: (not hammerspoon.stat.exists) or (hammerspoon_gridlayout_version != hammerspoon_gridlayout_latest_version)
when: (not hammerspoon_gridlayout_spoon.stat.exists) or (hammerspoon_gridlayout_version != hammerspoon_gridlayout_latest_version)
block:
- name: "Hammerspoon | Download latest GridLayout.spoon"
ansible.builtin.uri:
Expand Down

0 comments on commit a9f0e34

Please sign in to comment.