Skip to content

Commit

Permalink
ansible to latest version
Browse files Browse the repository at this point in the history
  • Loading branch information
sudermanjr committed Feb 26, 2023
1 parent 3629edc commit fdf9c00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hack/ansible/playbook.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
- name: Download led-controller binary
become: true
ansible.builtin.get_url:
url: https://github.com/sudermanjr/led-controller/releases/download/v0.3.0/led-controller
url: https://github.com/sudermanjr/led-controller/releases/download/v0.3.1/led-controller
dest: /usr/bin/led-controller
- name: Setup a systemd service for the led-controller
become: true
Expand Down

0 comments on commit fdf9c00

Please sign in to comment.