ansible-later
Toggle Dark/Light/Auto mode Toggle Dark/Light/Auto mode Toggle Dark/Light/Auto mode Back to homepage

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.

1
2
3
4
5
# 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]