We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c57af0 commit f3e5cd7Copy full SHA for f3e5cd7
tasks/setup/Debian.yml
@@ -1,3 +1,9 @@
1
+# Required for Java 1.8
2
+- name: install jessie-backports repository
3
+ apt_repository:
4
+ repo: deb http://ftp.debian.org/debian jessie-backports main
5
+ when: ansible_distribution_release == 'jessie'
6
+
7
- name: install Minecraft dependencies
8
apt:
9
name: "{{ item }}"
0 commit comments