ansible-role-mysql icon indicating copy to clipboard operation
ansible-role-mysql copied to clipboard

support for rocky linux or el

Open oferchen opened this issue 1 year ago • 1 comments

hello, it is possible to include support for rocky linux or rather enterprise linux family?

thanks

oferchen avatar Jun 24 '24 09:06 oferchen

@oferchen you can do this by changing the when statement

from - ansible.builtin.include_tasks: setup-RedHat.yml when: ansible_os_family == 'RedHat'

to - ansible.builtin.include_tasks: setup-RedHat.yml when: ansible_os_family == 'Rockey'

but a better approuch should be like this

- ansible.builtin.include_tasks: setup-RedHat.yml when: ansible_os_family in ['RedHat','Rockey']

alainseys avatar Sep 15 '24 11:09 alainseys

This issue has been marked 'stale' due to lack of recent activity. If there is no further activity, the issue will be closed in another 30 days. Thank you for your contribution!

Please read this blog post to see the reasons why I mark issues as stale.

github-actions[bot] avatar Jan 18 '25 20:01 github-actions[bot]

This issue has been closed due to inactivity. If you feel this is in error, please reopen the issue or file a new issue with the relevant details.

github-actions[bot] avatar Mar 22 '25 20:03 github-actions[bot]