Skip to content

Commit

Permalink
Fix Ansible 2.8 warning (#218)
Browse files Browse the repository at this point in the history
  • Loading branch information
thbar authored and DavidWittman committed Aug 7, 2019
1 parent 242470a commit ef7224c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
- name: enable overcommit in sysctl
sysctl:
name: vm.overcommit_memory
value: 1
value: "1"
state: present
reload: yes
ignoreerrors: yes
Expand Down

0 comments on commit ef7224c

Please sign in to comment.