openstack-ansible/releasenotes/notes/skip-sysctl-when-disabled-b32eca48df5b1437.yaml
Jean-Philippe Evrard 0620efaf11 Set OpenStack-Ansible release to 17.0.0.0b1
Prepare for Release Queens-1

Change-Id: Iec908af26572323065132aa964ec25d71989bf2b
2017-10-19 21:46:02 +01:00

11 lines
374 B
YAML

---
fixes:
- |
The sysctl configuration task was not skipping configurations where
``enabled`` was set to ``no``. Instead, it was removing configurations
when ``enabled: no`` was set.
There is now a fix in place that ensures any sysctl configuration with
``enabled: no`` will be skipped and the configuration will be left
unaltered on the system.