Change default Python version to 3.x
This commit is contained in:
parent
fd4bdf9dcc
commit
864f85a49a
2 changed files with 2 additions and 2 deletions
2
hosts
2
hosts
|
@ -2,4 +2,4 @@
|
|||
foo.example.com
|
||||
|
||||
[openbsd:vars]
|
||||
ansible_python_interpreter=/usr/local/bin/python2.7
|
||||
ansible_python_interpreter=/usr/local/bin/python3
|
||||
|
|
|
@ -12,6 +12,6 @@
|
|||
|
||||
- name: Install ansible's prerequisite
|
||||
# yamllint disable-line rule:line-length
|
||||
raw: export PKG_PATH=http://ftp.eu.openbsd.org/pub/OpenBSD/$(uname -r)/packages/$(uname -p)/; pkg_add -z python-2
|
||||
raw: export PKG_PATH=http://ftp.eu.openbsd.org/pub/OpenBSD/$(uname -r)/packages/$(uname -p)/; pkg_add -z python-3
|
||||
|
||||
# vim:ft=ansible
|
||||
|
|
Loading…
Add table
Reference in a new issue