diff options
Diffstat (limited to 'examples/playbooks/noqa.yml')
-rw-r--r-- | examples/playbooks/noqa.yml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/examples/playbooks/noqa.yml b/examples/playbooks/noqa.yml new file mode 100644 index 0000000..a69c263 --- /dev/null +++ b/examples/playbooks/noqa.yml @@ -0,0 +1,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 |