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
fatal: [localhost]: FAILED! => {"changed": false, "failed": true, "msg": "response sudorule_add_option: invalid 'ipasudoopt': Only one value is allowed"}
The text was updated successfully, but these errors were encountered:
Task below generates an error when more than one item supplied for the list of sudoopt:
ipa_sudorule:
name: "awx-admin"
description: "Control sudo access on Ansible Tower Servers"
state: present
ipa_host: "{{ hostname }}"
ipa_user: "admin"
ipa_pass: "{{ idm_admin_password }}"
cmdcategory: all
sudoopt:
hostgroup:
usergroup:
Errors out with:
fatal: [localhost]: FAILED! => {"changed": false, "failed": true, "msg": "response sudorule_add_option: invalid 'ipasudoopt': Only one value is allowed"}
The text was updated successfully, but these errors were encountered: