Make sure that apache2-webdav related packages get upgraded (#71187)

pull/71189/head
Matt Martz 4 years ago committed by GitHub
parent f4388de14d
commit ae1291004e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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…
Cancel
Save