mirror of
https://github.com/thegeeklab/ansible-later.git
synced 2024-11-04 20:30:42 +00:00
664 B
664 B
title |
---|
Using pip |
ansible-later requires a working Ansible installation. If Ansible is not already installed on your system you can to install ansible-later
with one of the optional dependency groups ansible
or ansible-base
.
{{< highlight Shell "linenos=table" >}}
From pip as user
pip install ansible-later[ansible] --user # or ansible-later[ansible-base]
.. or as root
sudo pip install ansible-later[ansible] # or ansible-later[ansible-base] {{< /highlight >}}