We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b610558 + f19891e commit 849c475Copy full SHA for 849c475
tasks/main.yml
@@ -44,6 +44,8 @@
44
grep -B 1 -E 'Command Line Tools' |
45
awk -F'*' '/^ +\*/ {print $2}' |
46
sed 's/^ *//' |
47
+ grep -iE '[0-9|.]' |
48
+ sort |
49
tail -n1
50
register: su_list
51
when: pkg_info.rc != 0 or compiler.rc != 0 or not clt.stat.exists
0 commit comments