1 2 3 4 5 6
- hosts: localhost tasks: - name: always_run is deprecated debug: msg="always_run is deprecated" always_run: yes