Skip to content

Commit

Permalink
Merge pull request #1 from andydoerr/master
Browse files Browse the repository at this point in the history
Update deprecated loop (Ansible 2.7)
  • Loading branch information
ahmed-musallam authored Oct 8, 2018
2 parents 8a51349 + bbdb9ba commit a0371a1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions playbook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,7 @@
warn: false # Ansible prints a warning about using yum, blah blah blah... not interested =)

- name: Install dependencies [nano, java, httpd, golang, git]
yum: name={{ item }} state=latest
with_items: [nano, java, httpd, golang, git]
yum: name="nano, java, httpd, golang, git" state=latest

# Some OS's have smaller limit of number of concurrent open files.
# AEM opens a lot of files, so we max that limit here
Expand Down

0 comments on commit a0371a1

Please sign in to comment.