mirror of
https://github.com/thegeeklab/ansible-later.git
synced 2024-11-13 00:30:39 +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-core
.
{{< highlight Shell "linenos=table" >}}
From pip as user
pip install ansible-later[ansible] --user # or ansible-later[ansible-core]
.. or as root
sudo pip install ansible-later[ansible] # or ansible-later[ansible-core] {{< /highlight >}}