David hace 10 años
padre
commit
5d5119de2a
Se han modificado 1 ficheros con 6 adiciones y 0 borrados
  1. 6 0
      roles/repositories/tasks/main.yml

+ 6 - 0
roles/repositories/tasks/main.yml

@@ -0,0 +1,6 @@
+- name: Add jessie-backports
+  apt_repository: repo='deb http://mirrors.digitalocean.com/debian jessie-backports main' state=present
+
+- name: Update apt repos
+  apt: update_cache=yes
+