förälder
incheckning
0f321759c7
4 ändrade filer med 7 tillägg och 12 borttagningar
  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 Visa fil

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

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

tasks/main.yml → tasks/main.yaml Visa fil

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

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

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

tasks/gentoo.yml → tasks/setup_Gentoo.yaml Visa fil


Laddar…
Avbryt
Spara