fixing sysctl command to take whitespace-separated multi values for a key

pull/398/head
Abhishek Varshney 2015-09-02 12:50:03 +05:30
parent 00bca9a535
commit d87fbdfffd
1 changed files with 2 additions and 2 deletions

View File

@ -18,8 +18,8 @@
- name: apply operating system tuning
sysctl: >
name={{ item.name }}
value={{ item.value }}
name="{{ item.name }}"
value="{{ item.value }}"
state=present
sysctl_file=/etc/sysctl.conf
ignoreerrors=yes