3b17141525
* Fix for file module with symlinks to nonexistent target
When creating a symlink to a nonexistent target, creating the symlink
would work but subsequent runs of the task would fail because it was
trying to operate on the target instead of the symlink.
Fixes #39558
(cherry picked from commit 4f664f8ff6
)
5 lines
209 B
YAML
5 lines
209 B
YAML
---
|
|
bugfixes:
|
|
- file module - Fix error when running a task which assures a symlink to
|
|
a nonexistent file exists for the second and subsequent times
|
|
(https://github.com/ansible/ansible/issues/39558)
|