Invalid become method specified, could not find matching plugin: 'dzdo'. Use `ansible-doc -t become -l` to list available plugins."}

Hi ,

We are using Ansible AWX 21.0.0 on docker

{
“msg”: "Invalid become method specified, could not find matching plugin: ‘dzdo’. Use ansible-doc -t become -l to list available plugins.",
“_ansible_no_log”: false
}

Can you help us ?

bash-5.1# ansible --version
ansible 2.10.17
config file = /etc/ansible/ansible.cfg
configured module search path = [‘/var/lib/awx/.ansible/plugins/modules’, ‘/usr/share/ansible/plugins/modules’]
ansible python module location = /var/lib/awx/venv/awx/lib64/python3.9/site-packages/ansible
executable location = /var/lib/awx/venv/awx/bin/ansible
python version = 3.9.10 (main, Feb 9 2022, 00:00:00) [GCC 11.2.1 20220127 (Red Hat 11.2.1-9)]

BR
Hulya

dzdo appers to be part of the community.general collection [1]. The community.general collection is not part of the default awx-ee execution environment. You will need to build a custom execution environment in order to utilize the dzdo become plugin.

-The AWX Team

[1] https://docs.ansible.com/ansible/latest/collections/community/general/dzdo_become.html

Hi ,

so how can I create it, can you share the document etc., please?
BR
Hulya

13 Eyl 2022 Sal, saat 15:19 tarihinde AWX Project <awx-project@googlegroups.com> şunu yazdı:

Hi ,

can you help us,please ?

BR
Hulya

13 Eylül 2022 Salı tarihinde saat 15:19:10 UTC+3 itibarıyla AWX Project şunları yazdı:

Hi,

You should take a look at the documentation for ansible-builder:

https://docs.ansible.com/ansible/latest/roadmap/ROADMAP_2_12.html

You can find an example here:

https://github.com/antuelle78/ansible-builder-awxee

Hope that helps.

Regards,