7 lines
157 B
YAML
7 lines
157 B
YAML
all:
|
|
hosts:
|
|
localhost:
|
|
ansible_connection: local
|
|
become: true
|
|
become_method: sudo
|
|
ansible_python_interpreter: /usr/bin/python3
|