- name: Install Packages
yum:
name: "{{ item }}"
state: present
loop:
- vim
- tree
- lrzsz
- wget
- unzip
- net-tools
- MySQL-python
- ntpdate
- bash-completion.noarch
- bash-completion-extras.noarch
ansible yum模块 安装多个软件库-依赖
未经允许不得转载:工具盒子 » ansible yum模块 安装多个软件库-依赖