Skip to content
Snippets Groups Projects
Commit 1c0d374e authored by ale's avatar ale
Browse files

Set ansible_python_interpreter to python3

parent ece45620
No related branches found
No related tags found
No related merge requests found
Pipeline #84205 failed
...@@ -176,6 +176,7 @@ DEFAULT_VARS = { ...@@ -176,6 +176,7 @@ DEFAULT_VARS = {
'force_handlers': True, 'force_handlers': True,
'log_path': 'ansible.log', 'log_path': 'ansible.log',
'retry_files_enabled': False, 'retry_files_enabled': False,
'interpreter_python': '/usr/bin/python3',
'nocows': 1, 'nocows': 1,
'display_skipped_hosts': False, 'display_skipped_hosts': False,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment