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