Make sure that apache2-webdav related packages get upgraded (#71187)
This commit is contained in:
parent
f4388de14d
commit
ae1291004e
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@
|
|||
when: ansible_distribution != 'Alpine'
|
||||
|
||||
- name: install SVN pre-reqs - Alpine
|
||||
command: 'apk add -U {{ subversion_packages|join(" ") }}'
|
||||
command: 'apk add -U -u {{ subversion_packages|join(" ") }}'
|
||||
when: ansible_distribution == 'Alpine'
|
||||
|
||||
- name: upgrade SVN pre-reqs
|
||||
|
|
Loading…
Reference in a new issue