mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-08 06:12:51 +00:00
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
This commit is contained in:
5
changelogs/fragments/file-nonexistent-link.yaml
Normal file
5
changelogs/fragments/file-nonexistent-link.yaml
Normal file
@@ -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)
|
||||
Reference in New Issue
Block a user