Fix Ansible warning on using an integer where a string is expected.

This commit is contained in:
Rafael Guterres Jeffman
2020-09-21 19:43:39 -03:00
parent afe889c2ab
commit 884282c79b

View File

@@ -25,9 +25,8 @@
- name: Ensure fs.protected_regular is disabled
sysctl:
name: fs.protected_regular
value: 0
value: '0'
sysctl_set: yes
state: present
reload: yes
when: result.stat.exists