Skip to content

Commit

Permalink
name
Browse files Browse the repository at this point in the history
  • Loading branch information
dennissky committed Apr 6, 2021
1 parent ec95403 commit d284a6a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion roles/yum/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
- name: make cache
shell: yum makecache fast

- name: yum 安装wget|telnet|lrzsz|vim|git|curl|tree
- name: yum 安装wget|telnet|lrzsz|vim|git|curl|tree|nc
yum:
name:
- wget
Expand All @@ -33,4 +33,5 @@
- git
- curl
- tree
- nc
state: present

0 comments on commit d284a6a

Please sign in to comment.