This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
ka
/
ansible-role-filesystems
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
style
master
Markus Katharina Brechtel
6 years ago
parent
7880f7f2a7
commit
712cc97665
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
tasks/main.yml
+ 1
- 1
tasks/main.yml
View File
@@ -4,7 +4,7 @@
apt:
pkg: "{{item}}"
state: installed
when: ansible_os_family=="Debian"
when: ansible_os_family
==
"Debian"
with_items:
- btrfs-tools
- dosfstools
Write
Preview
Loading…
Cancel
Save