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>

Related questions

+1 vote
asked May 8, 2020 in Ansible by SakshiSharma
0 votes
asked Nov 13, 2019 in Ansible by rajeshsharma
...