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
current
master
Markus Katharina Brechtel
7 years ago
parent
f088d31cfe
commit
4c5041538a
2 changed files
with
2 additions
and
5 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
defaults/main.yml
+1
-4
tasks/main.yml
+ 1
- 1
defaults/main.yml
View File
@@ -1,4 +1,4 @@
debian_mirror: http://
httpredir
.debian.org/debian
debian_mirror: http://
deb
.debian.org/debian
debootstrap_suite: jessie
debootstrap_suite: jessie
debootstrap_arch: amd64
debootstrap_arch: amd64
debootstrap_include: {}
debootstrap_include: {}
+ 1
- 4
tasks/main.yml
View File
@@ -1,11 +1,8 @@
---
---
- setup:
gather_subset: '!all'
- include: debian.yml
- include: debian.yml
when: ansible_os_family == "Debian"
when: ansible_os_family == "Debian"
- include: gentoo.yml
- include: gentoo.yml
when: ansible_os_family == "Gentoo"
when: ansible_os_family == "Gentoo"
Write
Preview
Loading…
Cancel
Save