Hi all
I’ve been bashing my head against this problem for several days.
I have a playbook that is called as part of an Ansible Tower workflow.
The playbook calls another ansible playbook and its this second playbook that throws the error.
The main playbook calls the second playbook like so:
- name: Provision Stage3 Windows Image
include_tasks: stage3-wds.yml
when: var_host_role.find(‘win’) != -1
tags:
- pxe_boot
The second playbook is: