You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ansible/changelogs
Strahinja Kustudic 6bc671a46a Backport/2.7/55695 (#56253)
* sysctl will now return an error if the value is invalid

sysctl can fail to set a value even if it returns an exit status 0. More
details: https://bugzilla.redhat.com/show_bug.cgi?id=1264080. Because of
this in case of an invalid value or a read-only file system, sysctl
module would return OK, even though it didn't set anything. To be sure
that sysctl correctly applied the changes we also need to check the
output of stderr.

(cherry picked from commit 0432b7f252)

* Run sysctl with LANG=C

Because we are parsing sysctl stderr we need to make sure that errors
are persistent across different system language settings.

(cherry picked from commit a16128f778)

* Add changelog fragment for sysctl

(cherry picked from commit 3ad9d4d83c)
7 years ago
..
fragments Backport/2.7/55695 (#56253) 7 years ago
.changes.yaml New release v2.7.10 7 years ago
CHANGELOG-v2.7.rst New release v2.7.10 7 years ago
CHANGELOG.rst fix RPM builds with placeholder CHANGELOG 8 years ago
config.yaml Implement new changelog generator. 8 years ago
distribution-file-processing.yaml [stable-2.7] Ensure Clear Linux parsing is actually parsing a Clear Linux host and all others fall back to NA (#53298) (#53541) 7 years ago
rhsm_repository-loop-fix-improvements.yaml [stable-2.7] Prevent duplicate entries in rhsm_repository module (#48107) 7 years ago
yum-update-only.yaml make yum update_only option actually work (#47942) 7 years ago