ansble-terraform-jsonnet/services/playbook.libsonnet

12 lines
171 B
Plaintext
Raw Normal View History

2021-10-12 00:13:21 +02:00
[
{
name: "Test command",
hosts: "all",
tasks: [
{
"ansible.builtin.command": "ls"
}
]
}
]