mirror of
https://github.com/taigrr/yq
synced 2025-01-18 04:53:17 -08: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
|