Skip to content

Commit f5caf02

Browse files
fix(roles/icingaweb2_module_vspheredb): fix url typo
1 parent 79dea06 commit f5caf02

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • roles/icingaweb2_module_vspheredb/tasks

roles/icingaweb2_module_vspheredb/tasks/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@
2121
group: 'icingaweb2'
2222
mode: 0o755
2323

24-
- name: 'curl https://github.com/Icinga/icingaweb2-module-vspheredb/archive/refs/tags/{{ icingaweb2_module_vspheredb__version }}.tar.gz --output /tmp/ansible.icingaweb2-module-vspheredb-{{ icingaweb2_module_vspheredb__version }}.tar.gz'
24+
- name: 'curl https://github.com/Icinga/icingaweb2-module-vspheredb/archive/refs/tags/v{{ icingaweb2_module_vspheredb__version }}.tar.gz --output /tmp/ansible.icingaweb2-module-vspheredb-{{ icingaweb2_module_vspheredb__version }}.tar.gz'
2525
ansible.builtin.get_url:
26-
url: 'https://github.com/Icinga/icingaweb2-module-vspheredb/archive/refs/tags/{{ icingaweb2_module_vspheredb__version }}.tar.gz'
26+
url: 'https://github.com/Icinga/icingaweb2-module-vspheredb/archive/refs/tags/v{{ icingaweb2_module_vspheredb__version }}.tar.gz'
2727
dest: '/tmp/ansible.icingaweb2-module-vspheredb-{{ icingaweb2_module_vspheredb__version }}.tar.gz'
2828
delegate_to: 'localhost'
2929
become: false

0 commit comments

Comments
 (0)