5 lines
230 B
YAML
5 lines
230 B
YAML
# Use python 3
|
|
ansible_python_interpreter: /usr/bin/python3
|
|
|
|
# Set your become password with `keyring set ansible-painsperdus become`
|
|
ansible_become_password: "{{lookup('community.general.keyring','ansible-painsperdus become')}}"
|