geerlingguy / ansible-role-mysql

Ansible Role - MySQL
https://galaxy.ansible.com/geerlingguy/mysql/
MIT License
1.05k stars 862 forks source link

Error in Task "Include OS-specific variables" #405

Closed lksnmnn closed 4 years ago

lksnmnn commented 4 years ago

Hey there,

I get the following error when running this role inside Molecule.

    TASK [geerlingguy.mysql : Include OS-specific variables.] **********************
    task path: /root/.cache/molecule/infra/default/roles/geerlingguy.mysql/tasks/variables.yml:3
fatal: [test_host]: FAILED! => {
    "msg": "No file was found when using first_found. Use errors='ignore' to allow this task to be skipped if no files are found"
}

Could that be related to this issue? https://github.com/ansible/ansible/issues/43833

Please let me know if you need additional infos in order to replicate this issue.

Cheers, Lukas

lksnmnn commented 4 years ago

Okay. It worked setting gather_facts: true. Closing this.