Summary
When trying to use the controller_users role to set the is_system_auditor boolean to true does not cause an error but does not set the is_platform_auditor attribute of the user.
Issue Type
Ansible, Collection, Controller details
from yaml file:
- username: ansible_auditor
is_superuser: false
is_system_auditor: true
password: "xxx"
from api output of users:
"username": "ansible_auditor",
"email": "",
"first_name": "",
"last_name": "",
"last_login": null,
"password": "$encrypted$",
"is_superuser": false,
"is_platform_auditor": false,
console (paste below)
ansible --version
[core 2.18.7]
ansible-galaxy collection list
infra.aap_configuration 3.7.0
Controller version
4.6.16
- ansible installation method: one of source, pip, OS package, EE
OS / ENVIRONMENT
Desired Behavior
Actual Behavior
Please give some details of what is actually happening.
Include a [minimum complete verifiable example] with:
- playbook / task
- configuration file / list
- error
STEPS TO REPRODUCE