Skip to content

Commit 933a128

Browse files
authored
Merge pull request #342 from mekanix/python-ansible
Let Ansible deduce the python path
2 parents 8da3b33 + 1e1561f commit 933a128

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

scripts/default.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
VERSION=0.4.1
1+
VERSION=0.4.2
22

33
BACKEND=${BACKEND:-"base"}
44
CBSD_WORKDIR=${CBSD_WORKDIR:-"/usr/cbsd"}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
SERVICE ansible_connection=jail ansible_python_interpreter='"/usr/bin/env python"'
1+
SERVICE ansible_connection=jail
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
SERVICE ansible_ssh_user=provision ansible_ssh_private_key_file=/usr/local/share/reggae/id_rsa ansible_python_interpreter='"/usr/bin/env python"'
1+
SERVICE ansible_ssh_user=provision ansible_ssh_private_key_file=/usr/local/share/reggae/id_rsa

0 commit comments

Comments
 (0)