Skip to content

Commit

Permalink
Default to python3 on Debian 9
Browse files Browse the repository at this point in the history
  • Loading branch information
johnbui423 committed Oct 3, 2019
1 parent fc5358c commit a9a5b94
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/ansible/config/base.yml
Expand Up @@ -1450,6 +1450,8 @@ INTERPRETER_PYTHON_DISTRO_MAP:
centos: &rhelish
'6': /usr/bin/python
'8': /usr/libexec/platform-python
debian:
'9': /usr/bin/python3
fedora:
'23': /usr/bin/python3
redhat: *rhelish
Expand Down

0 comments on commit a9a5b94

Please sign in to comment.