We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Environment: OS:Oracle Linux 8.5; Mysql 8.0.26;PyMySQL;ansible 2.9.27
Playbook:
Error:
TASK [test mysql_secure_installation] ****************************************************************************************************************************************************************** fatal: [vm2]: FAILED! => {"msg": "module (mysql_secure_installation) is missing interpreter line"}
The text was updated successfully, but these errors were encountered:
Hi Martins,
currently Oracle Linux 8 is not among the tested distributions
@martinsgalins Will add it & test it but pls let me know if it's urgent or not
Sorry, something went wrong.
Hi Eslam, It is not urgent.
Thanks Martins
No branches or pull requests
Environment:
OS:Oracle Linux 8.5; Mysql 8.0.26;PyMySQL;ansible 2.9.27
Playbook:
mysql_secure_installation:
login_password: ''
new_password: '{{ mysql_root_password }}'
user: root
login_host: localhost
hosts: ['localhost', '127.0.0.1', '::1']
change_root_password: true
remove_anonymous_user: true
disallow_root_login_remotely: true
remove_test_db: true
Error:
TASK [test mysql_secure_installation] ******************************************************************************************************************************************************************
fatal: [vm2]: FAILED! => {"msg": "module (mysql_secure_installation) is missing interpreter line"}
The text was updated successfully, but these errors were encountered: