7 lines
80 B
YAML
7 lines
80 B
YAML
|
---
|
||
|
- hosts: localhost
|
||
|
roles:
|
||
|
- install
|
||
|
become: yes
|
||
|
become_user: root
|