ansible does in fact support python3 now...

This commit is contained in:
Pig Monkey 2019-05-01 20:18:34 -07:00
parent 52d7749253
commit a5f5392452
2 changed files with 2 additions and 2 deletions

View file

@ -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:

View file

@ -1,2 +1,2 @@
[localhost]
localhost ansible_connection=local ansible_python_interpreter=/usr/bin/python2
localhost ansible_connection=local