Issue #295: More fixes for Ubuntu 20.04 compatibility.

This commit is contained in:
Jeff Geerling
2020-07-22 09:39:05 -05:00
parent 72ee0ca5c1
commit 692d15e479
3 changed files with 3 additions and 7 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
---
java_packages:
- openjdk-8-jdk
- openjdk-11-jdk
nginx_user: www-data
nginx_remove_default_vhost: true
+1 -3
View File
@@ -4,9 +4,7 @@
vars:
pip_package: python3-pip
pip_install_packages:
# See: https://github.com/ansible/ansible/issues/35612
- name: docker
version: "2.7.0"
- docker
pre_tasks:
- name: Update the apt cache.
+1 -3
View File
@@ -4,9 +4,7 @@
vars:
pip_package: python3-pip
pip_install_packages:
# See: https://github.com/ansible/ansible/issues/35612
- name: docker
version: "2.7.0"
- docker
pre_tasks:
- name: Update the apt cache so we can install ufw.