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

+ 3
- 0
files/apt-preferences Zobrazit soubor

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

+ 3
- 5
tasks/setup_Debian.yml Zobrazit soubor

@@ -1,13 +1,11 @@
---

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

- name: apt packages installed
- name: install ansible
apt:
pkg: "{{item}}"
pkg: ansible
state: present
with_items:
- ansible

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