mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-03-20 03:57:02 +08:00
The exists() method uses os.stat() instead of os.lstat() and so doesn't work for symlinks pointing to a non-existent path. A corresponding lexists() method doesn't exist yet. Signed-off-by: Nils Philippsen <nils@redhat.com>