本網站在啟用 JavaScript 的情況下可以運作的更好。
首頁
探索
說明
註冊
登入
ka
/
ansible-role-debootstrap
關注
1
收藏
0
複製
0
程式碼
問題
0
合併請求
0
版本發佈
0
Wiki
活動
瀏覽代碼
fixes
master
Markus Katharina Brechtel
4 年之前
父節點
9e0ae29395
當前提交
0f321759c7
共有
4 個檔案被更改
,包括
7 行新增
和
12 行删除
分割檢視
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
查看文件
@@ -1,7 +0,0 @@
---
- name: debian packages installed
apt:
pkg: "{{item}}"
with_items:
- debootstrap
tasks/main.yml → tasks/main.yaml
查看文件
@@ -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
查看文件
@@ -0,0 +1,6 @@
---
- name: debian packages installed
apt:
pkg:
- debootstrap
tasks/gentoo.yml → tasks/setup_Gentoo.yaml
查看文件
Write
Preview
Loading…
取消
儲存