ansble-terraform-jsonnet/services/playbook.libsonnet

12 lines
171 B
Plaintext

[
{
name: "Test command",
hosts: "all",
tasks: [
{
"ansible.builtin.command": "ls"
}
]
}
]