mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
f8bcdffa36
While this change doesn't break the creation, it does break idempotency. This change will convert '*.*' to '`*`.*' which is functionally the same, however when the user_mod() function looks up the current privileges with privileges_get() it will read '*.*' Since '*.*' != '`*`.*' it will go through the process of updating the privleges always resulting in a 'changed' result. This reverts commit db9ab9b2629f00350a743a4eca72fb5ee8dc8c77. |
||
---|---|---|
.. | ||
cli | ||
compat | ||
config | ||
errors | ||
executor | ||
galaxy | ||
inventory | ||
module_utils | ||
modules | ||
parsing | ||
playbook | ||
plugins | ||
template | ||
utils | ||
vars | ||
__init__.py | ||
constants.py | ||
release.py | ||
test-requirements.txt |