ansible/changelogs/fragments/world_readable_fixes.yml
Brian Coca b5f13e5f28
Fix world readable setting (#74324) (#74418)
now uses shell option in all cases, the old constant still exists
as 'documentation' but it not settable.
also fix the docsite link in warnings/errors

import cleanup

(cherry picked from commit d8fa2b50d5)
2021-05-17 12:11:21 -05:00

4 lines
172 B
YAML

bugfixes:
- correctly use world readable setting since old constant is not 'settable' anymore.
- correct doc links for become on warnings over world readable settings.