summaryrefslogtreecommitdiffstats
path: root/examples/playbooks/noqa.yml
blob: a69c2635ac0943adedb4587969145c26f43d9cfb (plain)
1
2
3
4
5
6
---
- hosts: localhost
  tasks:
    - name: This would typically fire latest[git] and partial-become
      become_user: alice # noqa: latest[git] partial-become
      git: src=/path/to/git/repo dest=checkout