1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2026-07-06 10:38:54 +00:00

file: fix setting attributes for symlinked file (#57217)

This commit is contained in:
Martin Krizek 2019-06-05 15:25:43 +02:00 committed by GitHub
parent 206f18dcca
commit 705d0201cf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 46 additions and 2 deletions

View file

@ -0,0 +1,2 @@
bugfixes:
- file - fix setting attributes for symlinked file (https://github.com/ansible/ansible/issues/56928)