mirror of
https://github.com/aljazceru/ansible-role-mysql.git
synced 2025-12-19 03:24:21 +01:00
I would suggest to use {{ ansible_distribution_major_version }} instead of the {{ ansible_lsb.major_version }} since that will require the package redhat-lsb-core installed which is not always installed. You will get the same result if you use the other way without the requirement of redhat-lsb-core package.