This website works better with JavaScript.
Home
Explore
Help
Sign In
10sr
/
dotfiles-mirror
mirror of
https://github.com/10sr/dotfiles.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
0
Wiki
Activity
Browse Source
Remove if branching
pull/15/head
10sr
9 years ago
parent
e7a866c91e
commit
1847f303c4
2 changed files
with
3 additions
and
5 deletions
Split View
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
View File
@@ -1,3 +0,0 @@
- name: Install LXC
pacman: name=lxc state=present
become: yes
+ 3
- 2
ansible/archlinux/roles/lxc/tasks/main.yml
View File
@@ -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…
Cancel
Save