Skip to content

Commit 54d23b5

Browse files
authored
Specify python interpreter in ansible.cfg (#382)
1 parent 47715c8 commit 54d23b5

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Services/Ansible.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ vim /etc/ansible/ansible.cfg
5252
> [defaults]
5353
> force_color = True # Force colored output (even in non TTY env)
5454
> host_key_checking = False # Disable ssh key checking when connection to a new host
55+
> interpreter_python = "/usr/bin/python"
5556
> retry_files_enabled = True # Enable retry files in case of a failure during a playbook execution
5657
5758
## Playbooks

0 commit comments

Comments
 (0)