We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 47715c8 commit 54d23b5Copy full SHA for 54d23b5
1 file changed
Services/Ansible.md
@@ -52,6 +52,7 @@ vim /etc/ansible/ansible.cfg
52
> [defaults]
53
> force_color = True # Force colored output (even in non TTY env)
54
> host_key_checking = False # Disable ssh key checking when connection to a new host
55
+> interpreter_python = "/usr/bin/python"
56
> retry_files_enabled = True # Enable retry files in case of a failure during a playbook execution
57
58
## Playbooks
0 commit comments