Hello,
I have a playbook which I used to configure servers. I’m passing --limit X.Y.Z.IP --tags=mytag which always worked.
Out of the sudden I get the error msg: The following modules failed to execute: ansible.legacy.setup. I removed the limit, but the error stays the same for each machine.
I also tried to install ansible in a container with no luck at first. Now I’ve found a solution using Ubuntu:20.04 but running in a container is a bit cumbersome. The specific server is Ubunto 18.04. others are CentOS 7
Is there any deprecation I did not find using Google? My client is running Manjaro
Thanks for any help