apt -> ansible

Thanks @garethtdavies for catching this
https://github.com/zcash/zcash-gitian/pull/58#pullrequestreview-220358796
This commit is contained in:
Charlie O'Keefe 2019-03-28 23:29:54 -06:00
parent 9ffcf1394e
commit a66196c6d4
1 changed files with 3 additions and 3 deletions

View File

@ -33,9 +33,9 @@ Vagrant 2.2.4
## Choice: Install Ansible via apt now or pip later ## Choice: Install Ansible via apt now or pip later
You can install apt to a system-wide location using Ubuntu's apt tool, which will be a less current You can install ansible to a system-wide location using Ubuntu's apt tool, which will be a less
version, with infrequent updates, or choose another method described later to install it via a current version, with infrequent updates, or choose another method described later to install it via
python package in a project-local virtual environment. The apt method is a bit easier, while the a python package in a project-local virtual environment. The apt method is a bit easier, while the
python method is ansible's native distribution channel and will be more current and more frequently python method is ansible's native distribution channel and will be more current and more frequently
updated. updated.