You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
The playbook fails with "ERROR! unexpected parameter type in action: <class 'bool'>" when including the roles from miracle-ansible-role-awxrpm-scl-installer. This happens always, with a clean OS install and following the documentation on https://awx.wiki/installation, currently tested with Rocky Linux 9 and Fedora 36 with Ansible versions 2.12.2 and 2.12.10, respectively.
[root@awx awx-turnkey]# ansible-playbook -i inventory.yml awxrpm.yml
ERROR! unexpected parameter type in action: <class 'bool'>
The error appears to be in '/root/.ansible/roles/miracle-ansible-role-awxrpm-scl-installer/tasks/install-awx-venv-single.yml': line 5, column 3, but may
be elsewhere in the file depending on the exact syntax problem.
The offending line appears to be:
- name: "Define role discovered variables, usable throughout the playbook"
^ here
[root@awx awx-turnkey]#
Expected behavior
Install Ansible automation
Desktop (please complete the following information):
OS: Rocky Linux 9 or Fedora 36
The text was updated successfully, but these errors were encountered:
Describe the bug
The playbook fails with "ERROR! unexpected parameter type in action: <class 'bool'>" when including the roles from miracle-ansible-role-awxrpm-scl-installer. This happens always, with a clean OS install and following the documentation on https://awx.wiki/installation, currently tested with Rocky Linux 9 and Fedora 36 with Ansible versions 2.12.2 and 2.12.10, respectively.
To Reproduce
localhost' > inventory
Proceeds to fail with error:
Expected behavior
Install Ansible automation
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: