Skip to content

Commit

Permalink
specify python interpreter
Browse files Browse the repository at this point in the history
  • Loading branch information
otakup0pe committed Feb 27, 2018
1 parent 9a14e4c commit 76478ed
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
- hosts: all
remote_user: root
become: yes
vars:
ansible_python_interpreter: "/usr/bin/env python"
vars_files:
- "defaults/main.yml"
- "vars/main.yml"
Expand Down

0 comments on commit 76478ed

Please sign in to comment.