Procházet zdrojové kódy

apt pinning is no longer necesary

master
rodič
revize
e27d26038f
2 změnil soubory, kde provedl 0 přidání a 8 odebrání
  1. +0
    -3
      files/apt-preferences
  2. +0
    -5
      tasks/setup_Debian.yml

+ 0
- 3
files/apt-preferences Zobrazit soubor

@@ -1,3 +0,0 @@
Package: ansible
Pin: release n=jessie-backports
Pin-Priority: 900

+ 0
- 5
tasks/setup_Debian.yml Zobrazit soubor

@@ -1,10 +1,5 @@
---

- name: pin ansible for backports
copy:
src: apt-preferences
dest: /etc/apt/preferences.d/ansible

- name: install ansible
apt:
pkg: ansible


Načítá se…
Zrušit
Uložit