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

This commit is contained in:
Matt Martz 2020-08-10 12:10:20 -05:00 committed by GitHub
parent f4388de14d
commit ae1291004e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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