mirror of
https://github.com/mikefarah/yq.git
synced 2024-11-12 13:48:06 +00:00
10 lines
123 B
YAML
10 lines
123 B
YAML
|
---
|
||
|
- become: true
|
||
|
gather_facts: false
|
||
|
hosts: lalaland
|
||
|
name: "Apply smth"
|
||
|
roles:
|
||
|
- lala
|
||
|
- land
|
||
|
serial: 1
|