0620efaf11
Prepare for Release Queens-1 Change-Id: Iec908af26572323065132aa964ec25d71989bf2b
11 lines
374 B
YAML
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.
|