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/test
Strahinja Kustudic 6b4f153459 sysctl - Reload also when current system values differ (#56153)
Previously if `sysctl_set=no` (which is the default) this module only
checked for changes in the sysctl.conf file to decide whether it should
reload it or not. This means that if the values in the conf file are the
same as they are set with the module, but the current values on the
system are different, that this module wouldn't apply the changes on the
system and thus the value set with the module wouldn't be applied on the
OS. This isn't obvious and it doesn't make sense that the module works
like that by default, especially because there is a separate option
`reload`. Now sysctl will also check if the current value differs on the
system and if it does, it will reload the file again.

(cherry picked from commit 5fc769f6b1)
6 years ago
..
cache
env Add `env` command to ansible-test and run in CI. (#50176) 7 years ago
integration sysctl - Reload also when current system values differ (#56153) 6 years ago
legacy safe_eval fix (#57188) 7 years ago
results
runner [stable-2.8] Move integration tests to using RHEL 8.0 GA (#57772). 7 years ago
sanity Correct a documentation of the jenkins_plugin module (#59331) 7 years ago
units Correct places where match was intended 7 years ago
utils Add Hetzner Cloud to CI integration tests. 7 years ago