ソースを参照

apt pinning is no longer necesary

master
コミット
e27d26038f
2個のファイルの変更0行の追加8行の削除
  1. +0
    -3
      files/apt-preferences
  2. +0
    -5
      tasks/setup_Debian.yml

+ 0
- 3
files/apt-preferences ファイルの表示

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

+ 0
- 5
tasks/setup_Debian.yml ファイルの表示

@@ -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


読み込み中…
キャンセル
保存