diff options
author | binary <me@rgoncalves.se> | 2021-01-20 00:09:30 +0100 |
---|---|---|
committer | binary <me@rgoncalves.se> | 2021-01-20 00:09:30 +0100 |
commit | 9e904e86b46e19d542864143858cd3e303c98454 (patch) | |
tree | 38681fb0de55809c089085217eff4cfe904fa1f8 /group_vars | |
parent | 332573ae82b9ab65dc3e2df140c1449fe4f81f59 (diff) | |
download | infrastructure-9e904e86b46e19d542864143858cd3e303c98454.tar.gz |
Openbsd default python interpreter for python3 port
Diffstat (limited to 'group_vars')
-rw-r--r-- | group_vars/openbsd.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/group_vars/openbsd.yml b/group_vars/openbsd.yml index 65089eb..5130816 100644 --- a/group_vars/openbsd.yml +++ b/group_vars/openbsd.yml @@ -5,6 +5,7 @@ --- ansible_become_method: "doas" +ansible_python_interpreter: "/usr/local/bin/python3" user_op: "puffy" |