Release of EvoBSD 6.8.0 #37

Merged
jlecour merged 168 commits from dev into master 2020-10-23 12:13:36 +02:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit 864f85a49a - Show all commits

2
hosts
View file

@ -2,4 +2,4 @@
foo.example.com
[openbsd:vars]
ansible_python_interpreter=/usr/local/bin/python2.7
ansible_python_interpreter=/usr/local/bin/python3

View file

@ -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