Skip to content

wrong type of authenticator_uid in the documentation and not supported by ansible.platform.user 2.5.3 (latest version) #1010

@ivarmu

Description

@ivarmu

The parameter authenticator_uid defined below is told to be a boolean, but this should be a String:

| `authenticator_uid` | N/A | no | bool | UID coming from the authenticators the user is associated with |

The extracted information from the API is like follows:

---
aap_user_accounts:
  - username: "admin"
    password: "INITIAL"
    email: "[email protected]"
    first_name: ""
    last_name: ""
    is_superuser: "True"
    authenticators: [1]
    authenticator_uid: "admin"

The parameter authenticator_uid seems to not be supported by the ansible.platform collection (version 2.5.3), causing the following error:

"msg": "Unsupported parameters for (ansible.platform.user) module: authenticator_uid. Supported parameters include: authenticator_users, authenticators, email, first_name, gateway_hostname, gateway_password, gateway_request_timeout, gateway_token, gateway_username, gateway_validate_certs, is_superuser, last_name, organizations, password, state, update_secrets, username (request_timeout, superuser, validate_certs).",

Metadata

Metadata

Assignees

No one assigned

    Labels

    inactiveNo movement has happened in 30 days

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions