-
Notifications
You must be signed in to change notification settings - Fork 67
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
Fix RedHat os version parsing #23
Fix RedHat os version parsing #23
Conversation
@@ -1,5 +1,4 @@ | |||
os_version: "{{ ansible_lsb.release if ansible_lsb is defined else ansible_distribution_version }}" | |||
os_version_major: "{{ os_version | regex_replace('^([0-9]+)[^0-9]*.*', '\\\\1') }}" | |||
os_version_major: "{{ ansible_distribution_major_version }}" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ansible facts already provides major os version
"ansible_distribution": "CentOS",
"ansible_distribution_major_version": "7",
"ansible_distribution_release": "Core",
"ansible_distribution_version": "7.2.1511",
We do this with the other repos (i.e. here, not this one. Hasn't been much love around here. Lets spread it. |
fa91ef2
to
5e466f3
Compare
incremented |
Looks good 👍 Do the honers. |
You👇 the merge button |
Ah, check your email. |
🆒 thanks |
Tag it and link it here 😄 |
for each PR or combine them into 0.3.4 (#24) ? |
One tag for each PR this time. |
Good to go |
@mhamrah @JasonGiedymin
I have found the following bug:
os_version_major parsing fails with