ansible/changelogs/fragments/fixup_perms2-cleanup.yml
Rick Elrod 69472a5f8d
Refactor _fixup_perms2 to remove way-nested logic (#70701)
Change:
- Refactoring to make it harder to get wrong and easier to read.
- Generalize become_unprivileged tests and fix some that never worked
  but also never failed.

Test Plan:
- CI, new units/integration tests

Signed-off-by: Rick Elrod <rick@elrod.me>
2020-07-20 18:46:47 -05:00

2 lines
97 B
YAML

minor_changes:
- Restructured _fixup_perms2() in ansible.plugins.action to make it more linear