Skip to content

Commit

Permalink
Fix python interpreter variable (#645)
Browse files Browse the repository at this point in the history
ansible_python_interpreter environment variable set to use python3 for
the inventory.j2 template

Co-authored-by: Øystein Bedin <oybed@users.noreply.github.com>
  • Loading branch information
makirill and oybed authored Sep 3, 2021
1 parent 83e6b12 commit d84a5ab
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
localhost ansible_connection=local ansible_python_interpreter="/usr/bin/env python"
localhost ansible_connection=local ansible_python_interpreter="/usr/bin/env python3"

[all:vars]

Expand Down

0 comments on commit d84a5ab

Please sign in to comment.