This is an automated email from the ASF dual-hosted git repository.
vatamane pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/couchdb-infra-cm.git
The following commit(s) were added to refs/heads/main by this push:
new 4be1380 Specify a python major version
4be1380 is described below
commit 4be1380490242bd2a3a9d5b24c49902300022739
Author: Nick Vatamaniuc <[email protected]>
AuthorDate: Sat Nov 30 14:29:30 2024 -0500
Specify a python major version
Otherwise we get a warning about it.
---
ansible.cfg | 1 +
1 file changed, 1 insertion(+)
diff --git a/ansible.cfg b/ansible.cfg
index de128bb..f878210 100644
--- a/ansible.cfg
+++ b/ansible.cfg
@@ -2,6 +2,7 @@
inventory = ./production
vault_password_file = ~/.couchdb-ansible-vault
forks = 10
+interpreter_python = /usr/bin/python3
[ssh_connection]
ssh_args = -F ./ssh.cfg