Hello again!!
Id like for an playbook to use this:
community.gitlab.gitlab_user
But i cannot see what i need to add to my EE to use it.
I aleready have the comunnity general in my fedault EE
And here i can find the function in
galaxy docs.
Thank you again!!
The docs state:
This module is part of the community.general collection (version 10.1.0).
I created an new ee because the required version of the community general was quire recent, but still no luck to me…
I added my defult EE in Podman and it seems, that there should be something:
bash-5.1$ find / -name "*gitlab_user*"
find: '/proc/tty/driver': Permission denied
/usr/local/lib/python3.9/site-packages/ansible_collections/community/general/plugins/modules/__pycache__/gitlab_user.cpython-39.pyc
/usr/local/lib/python3.9/site-packages/ansible_collections/community/general/plugins/modules/gitlab_user.py
/usr/share/ansible/collections/ansible_collections/community/general/plugins/modules/gitlab_user.py
/usr/share/ansible/collections/ansible_collections/community/general/tests/integration/targets/gitlab_user
/usr/share/ansible/collections/ansible_collections/community/general/tests/unit/plugins/modules/test_gitlab_user.py
find: '/lost+found': Permission denied
find: '/var/log/private': Permission denied
find: '/var/cache/ldconfig': Permission denied
find: '/var/cache/private': Permission denied
find: '/var/lib/private': Permission denied
find: '/root/.ansible/tmp': Permission denied
find: '/root/.ansible/galaxy_cache': Permission denied
find: '/root/.ssh': Permission denied
find: '/run/svnserve': Permission denied
typo in playbook
used community gitlab gitlab_user, but forgot community.GENERAL.gitlab.gitlab_user