使用 JavaScript能使本网站更好的工作。
首页
探索
帮助
注册
登录
ka
/
ansible-role-debootstrap
关注
1
点赞
0
派生
0
代码
工单
0
合并请求
0
版本发布
0
百科
动态
浏览代码
use eatmydata to increase speed
master
Markus Katharina Brechtel
7 年前
父节点
d817108a2d
当前提交
3d95b81358
共有
2 个文件被更改
,包括
7 次插入
和
3 次删除
合并视图
Diff 选项
显示统计
下载 Patch 文件
下载 Diff 文件
+6
-2
tasks/debian.yml
+1
-1
tasks/main.yml
+ 6
- 2
tasks/debian.yml
查看文件
@@ -1,4 +1,8 @@
---
---
- name: debian apt install debootstrap
apt: pkg=debootstrap state=installed
- name: debian packages installed
apt:
pkg: "{{item}}"
with_items:
- debootstrap
- eatmydata
+ 1
- 1
tasks/main.yml
查看文件
@@ -20,7 +20,7 @@
- name: debootstrap
- name: debootstrap
command:
command:
debootstrap
eatmydata
debootstrap
{{debootstrap_args}}
{{debootstrap_args}}
{{debootstrap_suite}}
{{debootstrap_suite}}
{{root_target_directory}}
{{root_target_directory}}
撰写
预览
正在加载...
取消
保存