Skip to content

Commit

Permalink
2024-02-13 14:27:19 dotfiles updates
Browse files Browse the repository at this point in the history
  • Loading branch information
psadi committed Feb 13, 2024
1 parent b6bb519 commit b976a1b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ansible/roles/github/tasks/install.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
register: github_release

- set_fact:
_version: "{{ github_release.json[0].name }}"
_url: "{% if package.replace_version %}{{ package.url | regex_replace('\\[VERSION\\]', _version | regex_replace('v', '')) }}{% else %}{{ package.url | regex_replace('\\[VERSION\\]', _version) }}{% endif %}"
_extra_opts: "{{ package.extra_opts | regex_replace('\\[VERSION\\]', _version) }}"

Expand Down

0 comments on commit b976a1b

Please sign in to comment.