Skip to content

Commit

Permalink
[SYS-2298] - Update Docs - ansible_python_interpreter
Browse files Browse the repository at this point in the history
  • Loading branch information
treezio committed Sep 14, 2022
1 parent b1dce08 commit 84ff52e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ As the ansible connection must be local, add the following to your hosts file:

```
[honeybadger]
my_organization ansible_host=127.0.100.1 ansible_connection=local
my_organization ansible_host=127.0.100.1 ansible_connection=local ansible_python_interpreter="/usr/bin/env python3"
```

### Keeping vars file clean
Expand Down

0 comments on commit 84ff52e

Please sign in to comment.