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
debian_setup: assert debian
pull/1/head
10sr
10 years ago
parent
1ef9953024
commit
6a36007427
1 changed files
with
3 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-0
ansible/debian_setup.yml
+ 3
- 0
ansible/debian_setup.yml
View File
@@ -3,6 +3,9 @@
vars:
sudo: yes
tasks:
- name: assert debian
assert:
that: "ansible_os_family == 'Debian'"
- name: add line to source interfaces.d
lineinfile: dest=/etc/network/interfaces
line="source-directory interfaces.d"
Write
Preview
Loading…
Cancel
Save