From a5f53924526b95a9a4efa583dbfa799d7ea9a079 Mon Sep 17 00:00:00 2001 From: Pig Monkey Date: Wed, 1 May 2019 20:18:34 -0700 Subject: [PATCH] ansible does in fact support python3 now... --- README.md | 2 +- localhost | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e2b0fa4..328d7a8 100644 --- a/README.md +++ b/README.md @@ -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: diff --git a/localhost b/localhost index be0d17f..f289a0d 100644 --- a/localhost +++ b/localhost @@ -1,2 +1,2 @@ [localhost] -localhost ansible_connection=local ansible_python_interpreter=/usr/bin/python2 +localhost ansible_connection=local