5 lines
65 B
YAML
5 lines
65 B
YAML
---
|
|
- hosts: localhost
|
|
remote_user: root
|
|
roles: [ensure_vim]
|
---
|
|
- hosts: localhost
|
|
remote_user: root
|
|
roles: [ensure_vim]
|