Skip to content
Snippets Groups Projects
Commit f5997ee5 authored by Chris Croome's avatar Chris Croome
Browse files

fix apache upgrade

parent f52264c4
No related branches found
No related tags found
No related merge requests found
Pipeline #9998 passed
......@@ -6,10 +6,10 @@
apt:
pkg:
- apache2
state: present
state: latest
install_recommends: true
default_release: buster-backports
update_cache: false
update_cache: true
when: ansible_distribution_release is regex('^buster$')
- name: Apache packages present
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment