1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00
community.general/test/integration/targets/file/tasks
Toshio Kuratomi 4f664f8ff6
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
2018-05-03 17:50:43 -07:00
..
main.yml Fix for file module with symlinks to nonexistent target (#39635) 2018-05-03 17:50:43 -07:00
selinux_tests.yml Fix cosmetic problems in YAML source 2016-11-11 14:50:57 -08:00