Skip to content

Commit

Permalink
Invoke yum call in a non deprecated way.
Browse files Browse the repository at this point in the history
  • Loading branch information
isakrubin committed Apr 11, 2019
1 parent ec9f1db commit 86e891f
Showing 1 changed file with 8 additions and 9 deletions.
17 changes: 8 additions & 9 deletions tasks/tasks-CentOS.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,15 @@

- name: "Go-Lang | Install dependencies"
yum:
name: "{{ item }}"
name:
- curl
- gcc
- git
- findutils
- make
- rsync
- tar
state: present
with_items:
- curl
- gcc
- git
- findutils
- make
- rsync
- tar

- name: "Go-Lang | Define GOARCH"
set_fact:
Expand Down

0 comments on commit 86e891f

Please sign in to comment.