We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 242470a commit ef7224cCopy full SHA for ef7224c
tasks/install.yml
@@ -2,7 +2,7 @@
2
- name: enable overcommit in sysctl
3
sysctl:
4
name: vm.overcommit_memory
5
- value: 1
+ value: "1"
6
state: present
7
reload: yes
8
ignoreerrors: yes
0 commit comments