mirror of https://github.com/ansible/ansible.git
Fix for file module with symlinks to nonexistent target (#39635)
* 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
)
pull/39735/head
parent
99f36c6ce5
commit
3b17141525
@ -0,0 +1,5 @@
|
|||||||
|
---
|
||||||
|
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)
|
Loading…
Reference in New Issue