revize
513ca2a3ec
3 změnil soubory, kde provedl 16 přidání a 0 odebrání
  1. +0
    -0
      files/apt-preferences
  2. +3
    -0
      tasks/main.yml
  3. +13
    -0
      tasks/setup_Debian.yml

+ 0
- 0
files/apt-preferences Zobrazit soubor


+ 3
- 0
tasks/main.yml Zobrazit soubor

@@ -0,0 +1,3 @@
---

- include: setup_Debian.yml

+ 13
- 0
tasks/setup_Debian.yml Zobrazit soubor

@@ -0,0 +1,13 @@
---

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

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

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