parent
commit
0f321759c7
4 ha cambiato i file con 7 aggiunte e 12 eliminazioni
  1. +0
    -7
      tasks/debian.yml
  2. +1
    -5
      tasks/main.yaml
  3. +6
    -0
      tasks/setup_Debian.yaml
  4. +0
    -0
      tasks/setup_Gentoo.yaml

+ 0
- 7
tasks/debian.yml Vedi File

@@ -1,7 +0,0 @@
---

- name: debian packages installed
apt:
pkg: "{{item}}"
with_items:
- debootstrap

tasks/main.yml → tasks/main.yaml Vedi File

@@ -1,10 +1,6 @@
---

- include: debian.yml
when: ansible_os_family == "Debian"

- include: gentoo.yml
when: ansible_os_family == "Gentoo"
- include: setup_{{ansible_os_family}}.yaml

#- name: debootstrap download
# command:

+ 6
- 0
tasks/setup_Debian.yaml Vedi File

@@ -0,0 +1,6 @@
---

- name: debian packages installed
apt:
pkg:
- debootstrap

tasks/gentoo.yml → tasks/setup_Gentoo.yaml Vedi File


Loading…
Annulla
Salva