mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
commit
ed1d9f1235
1 changed files with 5 additions and 0 deletions
|
@ -39,6 +39,8 @@ also need:
|
||||||
then allows you to use everything else. (That's jumping ahead
|
then allows you to use everything else. (That's jumping ahead
|
||||||
though.)
|
though.)
|
||||||
|
|
||||||
|
Ansible does not run with Python 3.
|
||||||
|
|
||||||
Getting Ansible
|
Getting Ansible
|
||||||
```````````````
|
```````````````
|
||||||
|
|
||||||
|
@ -190,6 +192,9 @@ If you have python3 installed on Arch, you probably want to symlink python to py
|
||||||
|
|
||||||
$ sudo ln -sf /usr/bin/python2 /usr/bin/python
|
$ sudo ln -sf /usr/bin/python2 /usr/bin/python
|
||||||
|
|
||||||
|
You can also use the ansible_python_interpreter variable for hosts that have python
|
||||||
|
pointing to python3
|
||||||
|
|
||||||
If you would like to package Ansible for Homebrew, BSD, or others,
|
If you would like to package Ansible for Homebrew, BSD, or others,
|
||||||
please stop by the mailing list and say hi!
|
please stop by the mailing list and say hi!
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue