mirror of
https://github.com/pigmonkey/spark.git
synced 2026-01-22 18:14:16 +00:00
ansible does in fact support python3 now...
This commit is contained in:
parent
52d7749253
commit
a5f5392452
2 changed files with 2 additions and 2 deletions
|
|
@ -16,7 +16,7 @@ execute platform-specific tasks.
|
|||
|
||||
First, sync mirrors and install Ansible:
|
||||
|
||||
$ pacman -Syy python2-passlib ansible
|
||||
$ pacman -Syy python-passlib ansible
|
||||
|
||||
Second, install and update the submodules:
|
||||
|
||||
|
|
|
|||
|
|
@ -1,2 +1,2 @@
|
|||
[localhost]
|
||||
localhost ansible_connection=local ansible_python_interpreter=/usr/bin/python2
|
||||
localhost ansible_connection=local
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue