Skip to content

Commit

Permalink
Fix deprecation warnings in Ansible 2.5 for state 'present'.
Browse files Browse the repository at this point in the history
  • Loading branch information
geerlingguy committed Sep 28, 2018
1 parent 5023b95 commit e3f7a8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/setup-RedHat.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@
mode: 0644

- name: Install Logstash.
yum: pkg=logstash state=installed
yum: pkg=logstash state=present

0 comments on commit e3f7a8b

Please sign in to comment.