When I run a playbook, sometimes a target gets in a mode where the setup module fails. Other times it runs just fine. Can anyone give me any ideas of what might be going on? Kindof looks like: https://github.com/ansible/ansible/issues/48859
If I run with
ansible all -m setup --limit sundowner
it always seems to work.
Here is the first part of my playbook:
`