This is an automated email from the ASF dual-hosted git repository. vatamane pushed a commit to branch specify-python-major-version in repository https://gitbox.apache.org/repos/asf/couchdb-infra-cm.git
commit f74e7c335b18ca77774e6c068a2770cf28042f96 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
