2024-11/extra/changed_when.yml

10 lines
145 B
YAML
Raw Normal View History

2024-11-28 08:56:02 +00:00
---
- hosts: all
gather_facts: no
tasks:
- command: cat /etc/hosts
register: output
changed_when: '"ubu" in output.stdout'