File tree Expand file tree Collapse file tree
roles/icingaweb2_module_vspheredb/tasks Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments