summaryrefslogtreecommitdiffstats
path: root/test/always-run-success.yml
blob: 30559e0624ae50c800e1b8295085bf97040a7cee (plain)
1
2
3
4
5
6
- hosts: localhost

  tasks:
  - name: always_run is deprecated
    debug: msg="always_run is deprecated"
    check_mode: yes