lstu: Entferne warn-Definition

Wird in neuere Ansible-Versionen nicht mehr unterstützt
This commit is contained in:
phil 2023-01-15 12:11:56 +01:00
parent d506a0ce27
commit 9fc151cb1e

View file

@ -1,7 +1,6 @@
- name: "lstu | Ermittle aktuellen Tag"
ansible.builtin.shell:
cmd: curl -s "{{ lstu_api_url }}" | jq '.[]' | jq -r '.name' | head -1
warn: false
changed_when: false
register: latest_tag