Ansible(1) - How to install Red Hat Ansible on ubuntu, 如何在Ubuntu上安装red hat ansible
1.add Ansible repository to your system 添加Ansible仓库到系统
1 | $ sudo apt-add-repository ppa:ansible/ansible |
Then, press [ENTER] to proceed, output likes below screenshoot shows:
2.Run the update command before installing to update existing packages
1 | $ sudo apt-get update |