2024-09/extra/ein_rechner_failed.yml
2024-09-20 15:59:46 +02:00

27 lines
344 B
YAML

---
- hosts:
- tn00-debian12
- tn00-alpine3i
gather_facts: no
tasks:
- name: Debian bricht ab
debug:
msg: "Hallo"
failed_when: '"debian" in inventory_hostname'
- hosts:
- tn00-debian12
- tn00-alpine3i
gather_facts: no
tasks:
- name: "Wer lebt noch?"
debug:
msg: "Lebenszeichen"