summaryrefslogtreecommitdiffstats
path: root/examples/playbooks/rule-deprecated-command-syntax.yml
blob: a7b9807a83516f395bf9c26e0deb11080150e54d (plain)
1
2
3
4
5
6
7
---
- name: Fixture
  hosts: localhost
  tasks:
    - name: Shell with pipe
      ansible.builtin.command: creates=/tmp/foo touch /tmp/foo
      changed_when: false