ansible/test
Strahinja Kustudic 5fc769f6b1 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.
2019-07-24 10:04:15 -04:00
..
cache
env
integration sysctl - Reload also when current system values differ (#56153) 2019-07-24 10:04:15 -04:00
legacy safe_eval fix (#57188) 2019-06-06 15:36:22 -04:00
results
runner Fix ansible-test cloud testing for collections. 2019-07-24 00:17:11 -07:00
sanity VMware: Add datatypes in documentation (#59221) 2019-07-24 07:55:55 +05:30
units Collection test (#59488) 2019-07-24 12:38:32 +10:00
utils Show ansible-test --explain errors in CI. 2019-07-17 15:34:00 -07:00