d9c5614b92
This fixes one specific instance of failure to chown from a privileged
account:
https://github.com/ansible/ansible/issues/16052#issuecomment-384976615
Fixes #41160
(cherry picked from commit 461a2733e6
)
4 lines
200 B
YAML
4 lines
200 B
YAML
---
|
|
bugfixes:
|
|
- Changed the admin_users config option to not include "admin" by default as
|
|
admin is frequently used for a non-privileged account (https://github.com/ansible/ansible/pull/41164)
|