[DEPRECATION WARNING]: Skipping task due to undefined Error, in the future this will be a fatal error.. This feature will be removed in a
future release. Deprecation warnings can be disabled by setting deprecation_warnings=False in ansible.cfg.
An exception occurred during task execution. The full traceback is:
Traceback (most recent call last):
File "/usr/local/lib/python2.7/site-packages/ansible/executor/task_executor.py", line 89, in run
items = self._get_loop_items()
File "/usr/local/lib/python2.7/site-packages/ansible/executor/task_executor.py", line 189, in _get_loop_items
items = self._shared_loader_obj.lookup_loader.get(self._task.loop, loader=self._loader, templar=templar).run(terms=loop_terms, variables=self._job_vars)
File "/usr/local/lib/python2.7/site-packages/ansible/plugins/lookup/subelements.py", line 37, in run
terms[0] = listify_lookup_plugin_terms(terms[0], templar=self._templar, loader=self._loader)
IndexError: list index out of range
fatal: [somehostname]: FAILED! => {"failed": true, "msg": "Unexpected failure during module execution.", "stdout": ""}
to retry, use: --limit @deploy.retry
PLAY RECAP *********************************************************************
somehostname : ok=4 changed=1 unreachable=0 failed=1