сделал как тут на форуме писали
[CODE]ansible-galaxy collection install community.general:==8.5.0
ansible-galaxy collection install community.mysql:==3.9.0
ansible-galaxy collection install community.rabbitmq:==1.3.0[/CODE]
теперь другая ошибка при создании сертификата
[CODE]FAILED! => {"changed": false, "cmd": "/usr/bin/git clone --origin origin https://github.com/lukas2511/dehydrated.git /home/bitrix/dehydrated",
"msg": "Cloning into '/home/bitrix/dehydrated'...\nfatal: unable to access 'https://github.com/lukas2511/dehydrated.git/':
OpenSSL SSL_connect: SSL_ERROR_ZERO_RETURN in connection to github.com:443", "rc": 128,
"stderr": "Cloning into '/home/bitrix/dehydrated'...\nfatal: unable to access 'https://github.com/lukas2511/dehydrated.git/':
OpenSSL SSL_connect: SSL_ERROR_ZERO_RETURN in connection to github.com:443 \n",
"stderr_lines": ["Cloning into '/home/bitrix/dehydrated'...", "fatal: unable to access 'https://github.com/lukas2511/dehydrated.git/':
OpenSSL SSL_connect: SSL_ERROR_ZERO_RETURN in connection to github.com:443 "], "stdout": "", "stdout_lines": []}
[/CODE]