lstu: Entferne warn-Definition
Wird in neuere Ansible-Versionen nicht mehr unterstützt
This commit is contained in:
parent
d506a0ce27
commit
9fc151cb1e
1 changed files with 0 additions and 1 deletions
|
@ -1,7 +1,6 @@
|
||||||
- name: "lstu | Ermittle aktuellen Tag"
|
- name: "lstu | Ermittle aktuellen Tag"
|
||||||
ansible.builtin.shell:
|
ansible.builtin.shell:
|
||||||
cmd: curl -s "{{ lstu_api_url }}" | jq '.[]' | jq -r '.name' | head -1
|
cmd: curl -s "{{ lstu_api_url }}" | jq '.[]' | jq -r '.name' | head -1
|
||||||
warn: false
|
|
||||||
changed_when: false
|
changed_when: false
|
||||||
register: latest_tag
|
register: latest_tag
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue