0 votes
in Ansible by
How to upgrade Ansible?

1 Answer

0 votes
by

 Upgrading Ansible is an easy task. You can do it using the below command:

1) sudo pip install Ansible==<version-number>

...