This website works better with JavaScript.
首頁
探索
說明
登入
10sr
/
dotfiles-mirror
镜像来自
https://github.com/10sr/dotfiles.git
關註
1
收藏
0
複製
0
程式碼
問題管理
0
版本發佈
0
Wiki
Activity
瀏覽代碼
Remove if branching
pull/15/head
10sr
9 年之前
父節點
e7a866c91e
當前提交
1847f303c4
共有
2 個文件被更改
,包括
3 次插入
和
5 次删除
分割檢視
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-3
ansible/archlinux/roles/lxc/tasks/archlinux.yml
+3
-2
ansible/archlinux/roles/lxc/tasks/main.yml
+ 0
- 3
ansible/archlinux/roles/lxc/tasks/archlinux.yml
查看文件
@@ -1,3 +0,0 @@
- name: Install LXC
pacman: name=lxc state=present
become: yes
+ 3
- 2
ansible/archlinux/roles/lxc/tasks/main.yml
查看文件
@@ -1,2 +1,3 @@
- include: archlinux.yml
when: ansible_os_family == "Archlinux"
- name: Install LXC
pacman: name=lxc state=present
become: yes
Write
Preview
Loading…
取消
儲存