This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
ka
/
ansible-role-debootstrap
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
fixes
master
Markus Katharina Brechtel
4 years ago
parent
9e0ae29395
commit
0f321759c7
4 changed files
with
7 additions
and
12 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-7
tasks/debian.yml
+1
-5
tasks/main.yaml
+6
-0
tasks/setup_Debian.yaml
+0
-0
tasks/setup_Gentoo.yaml
+ 0
- 7
tasks/debian.yml
View File
@@ -1,7 +0,0 @@
---
- name: debian packages installed
apt:
pkg: "{{item}}"
with_items:
- debootstrap
tasks/main.yml → tasks/main.yaml
View 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
View File
@@ -0,0 +1,6 @@
---
- name: debian packages installed
apt:
pkg:
- debootstrap
tasks/gentoo.yml → tasks/setup_Gentoo.yaml
View File
Write
Preview
Loading…
Cancel
Save