Ansible role for a bigbluebutton installation (following the documentation on https://docs.bigbluebutton.org/administration/install and https://github.com/bigbluebutton/bigbluebutton)
Describe the bug
Running a play with the roles results in an openssl_privatekey error
Expected behavior
play should run
Screenshots
ERROR! couldn't resolve module/action 'openssl_privatekey'. This often indicates a misspelling, missing collection, or incorrect module path.
The error appears to be in 'xx/certificate-selfsigned.yml': line 50, column 3, but may
be elsewhere in the file depending on the exact syntax problem.
The offending line appears to be:
name: Generate an OpenSSL private key
^ here
Desktop information if needed (please complete the following information):
So i found out that some of the commands in the tasks were not compatible with my ansible version. Had to install them wiht ansible-galaxy and replace it in the tasks.
Describe the bug Running a play with the roles results in an openssl_privatekey error
Expected behavior play should run
Screenshots ERROR! couldn't resolve module/action 'openssl_privatekey'. This often indicates a misspelling, missing collection, or incorrect module path.
The error appears to be in 'xx/certificate-selfsigned.yml': line 50, column 3, but may be elsewhere in the file depending on the exact syntax problem.
The offending line appears to be:
Desktop information if needed (please complete the following information):
Ansible version