mirror of https://github.com/ansible/ansible.git
Removes exception is sysctl file is missing
When syscl file was missing, sysctl module was complaining about it and bailing out. This behaviour prevents usage of /etc/sysctl.d directory, present in some distributions. This patch accepts a missing sysctl.conf file so sysctl.d directory can be used. However, it will bail out if the destination directory doesn't exist.pull/2145/head
parent
3f2fd22ed4
commit
0eaa936ba0
Loading…
Reference in New Issue