community.general/lib/ansible
Matthew Krupcale 277bb3066c seboolean: Fix issue with changing persistent SELinux boolean values (#22779)
Previously, when the active SELinux value was the same as the desired value, regardless of the value of `persistent`, the module would simply exit successfully, assuming no need for update. This made the assumption that the active and persistent values should be the same, but that is not always the case. This modification treats both the active and persistent values separately when checking for the need to update. Note that the persistent update mode, however, will still update the active as well as the persistent value. If this is not desired, it is possible to separately toggle the active value alone.

Other changes:
* Make the check mode actually perform checks for changes
* Organizes semanage commands into set of logical steps
2018-09-28 19:04:33 -04:00
..
cli avoid empty groups in json output (#45621) 2018-09-13 15:38:52 -04:00
compat Fix the local and ssh plugins for a cornercase retrying a syscall 2018-08-13 07:17:11 -07:00
config Fix issues with PLUGIN_FILTERS_CFG config handling (#45994) 2018-09-24 14:34:59 -05:00
errors give hint to users when a file is not found 2018-04-10 17:19:03 -04:00
executor Move persistent connections to only use registered variables (#45616) 2018-09-20 09:56:43 -04:00
galaxy Link to the Galaxy platforms list from the meta file template (#34046) 2018-09-17 13:39:54 -05:00
inventory add docstring for ansible.inventory.helpers.get_group_vars 2018-09-14 16:02:45 -04:00
module_utils Clean up Vault docs in User Guide. (#46188) 2018-09-28 10:16:58 -04:00
modules seboolean: Fix issue with changing persistent SELinux boolean values (#22779) 2018-09-28 19:04:33 -04:00
parsing Ensure _raw_params retain exact spaces 2018-09-28 19:19:58 +02:00
playbook better error on empty playbook 2018-09-28 15:21:57 -04:00
plugins Add support for OpenBSD (#46147) 2018-09-28 16:07:44 -04:00
template remove unused templar._clean_data() (#42739) 2018-09-11 09:11:03 +02:00
utils docker-py: bump minimal version to 1.8.0 (#46134) 2018-09-26 11:58:32 +05:30
vars Speed up VariableManager by preserving Templar state. (#45572) 2018-09-25 16:24:25 -04:00
__init__.py
constants.py cisco firepower : Make API endpoints configurable via hostvars (#44952) 2018-08-31 18:38:16 +05:30
release.py Codename: How Many More Times 2018-09-04 12:38:29 -04:00