feat: better version matching for alpine upgrade script
This commit is contained in:
parent
1f5a2a1253
commit
4e316ebf95
1 changed files with 1 additions and 1 deletions
|
|
@ -4,7 +4,7 @@
|
||||||
- name: "upgrade to alpine v3.23"
|
- name: "upgrade to alpine v3.23"
|
||||||
when:
|
when:
|
||||||
- "ansible_distribution == 'Alpine'"
|
- "ansible_distribution == 'Alpine'"
|
||||||
- "ansible_distribution_version == '3.22'"
|
- "'3.22' in ansible_distribution_version"
|
||||||
block:
|
block:
|
||||||
|
|
||||||
# change repositories
|
# change repositories
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue