Skip to content
New issue

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

Error on Oracle Linux 8 #14

Open
martinsgalins opened this issue Jun 8, 2022 · 2 comments
Open

Error on Oracle Linux 8 #14

martinsgalins opened this issue Jun 8, 2022 · 2 comments

Comments

@martinsgalins
Copy link

Environment:
OS:Oracle Linux 8.5; Mysql 8.0.26;PyMySQL;ansible 2.9.27

Playbook:

  • name: test mysql_secure_installation
    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"}

@eslam-gomaa
Copy link
Owner

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

@martinsgalins
Copy link
Author

Hi Eslam,
It is not urgent.

Thanks
Martins

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants