This release contain breaking change which affects permissions for newly created files (if no mode is specifically set in the task). This can cause serous unintended side effects. In fact, the change in question is already reversed by authors due to feedback received after ansible-2.9.12 release.
See https://github.com/ansible/ansible/issues/67794#issuecomment-672921617
I've verified that this package contains the breaking change. Any new files created by copy/template/other core modules will be created with mode=0600 if mode is not specified explicitly in the task.
Bodhi is disabling automatic push to stable due to negative karma. The maintainer may push manually if they determine that the issue is not severe.
This update has been submitted for testing by kevin.
This update's test gating status has been changed to 'ignored'.
This update's test gating status has been changed to 'waiting'.
This update's test gating status has been changed to 'ignored'.
This update has been pushed to testing.
Seems to work fine
This update can be pushed to stable now if the maintainer wishes
This release contain breaking change which affects permissions for newly created files (if no mode is specifically set in the task). This can cause serous unintended side effects. In fact, the change in question is already reversed by authors due to feedback received after ansible-2.9.12 release. See https://github.com/ansible/ansible/issues/67794#issuecomment-672921617
I've verified that this package contains the breaking change. Any new files created by copy/template/other core modules will be created with mode=0600 if mode is not specified explicitly in the task.
Bodhi is disabling automatic push to stable due to negative karma. The maintainer may push manually if they determine that the issue is not severe.
no regressions noted
No issues in my personal small playbook, but please see @mhael's comment
Ugh. Yeah, nasty... ok. I will look at reverting this although it's a big chunk to revert...
Works as expected on my playbooks
This update has been obsoleted by ansible-2.9.13-1.fc32.