12 lines
171 B
Plaintext
12 lines
171 B
Plaintext
[
|
|
{
|
|
name: "Test command",
|
|
hosts: "all",
|
|
tasks: [
|
|
{
|
|
"ansible.builtin.command": "ls"
|
|
}
|
|
]
|
|
}
|
|
]
|