📜  安装 ansible - Shell-Bash 代码示例

📅  最后修改于: 2022-03-11 14:49:56.879000             🧑  作者: Mango

代码示例1
$ sudo apt update
$ sudo apt install software-properties-common
$ sudo add-apt-repository --yes --update ppa:ansible/ansible
$ sudo apt install ansible

#by leo Av