First, the requirements on the controller (machine you execute ansible from) and the target are different, even 2.13 still supports pytyhon2.7 on the targets.
That you got 'MODULE FAILURE' normally means a bug in the module, but before you open a ticket i would test with the latest version. From the error it seems it is trying to change the permissions on the symlink itself which is normally a no-op/not supported, depending on the filesystem and OS. for dealing with symlinks the default should be 'follow', but in any case you can control this in your play https://docs.ansible.com/ansible/latest/collections/ansible/builtin/file_module.html#parameter-follow -- ---------- Brian Coca -- You received this message because you are subscribed to the Google Groups "Ansible Project" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/ansible-project/CACVha7e1faNDtjxjW0EiMBHHKG3b%3DynXXu%3DYMdskD%2BQ0-SZw5Q%40mail.gmail.com.
