7 lines
92 B
YAML
7 lines
92 B
YAML
|
---
|
||
|
- hosts: localhost
|
||
|
gather_facts: false
|
||
|
tasks:
|
||
|
- command: whoami
|
||
|
tags: foo
|