eslam-gomaa / mysql_secure_installation_Ansible

Idempotent Ansible Module that provides the functions of "mysql_secure_installation" script
43 stars 22 forks source link

Error on Oracle Linux 8 #14

Open martinsgalins opened 2 years ago

martinsgalins commented 2 years ago

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"}

eslam-gomaa commented 2 years ago

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 commented 2 years ago

Hi Eslam, It is not urgent.

Thanks Martins