Target Host Errors
Missing Python Libraries
If you have a failing Ansible playbook on a new target host, it's likely that the Python libraries are not installed on it.
This would present with an error message starting with:
An exception occurred during task execution. To see the full traceback, use -vvv. The error was: ModuleNotFoundError: No module named 'ansible.module_utils.six.moves'
Here's what it would look like when running the playbook from the command line:
Here's what it would look like when running from RunDeck: