ansible-later/docs/content/setup/pip.md

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 >}}