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
apt module format
master
Markus Katharina Brechtel
4 years ago
parent
712cc97665
commit
5de6864d2e
1 changed files
with
3 additions
and
5 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-5
tasks/main.yml
+ 3
- 5
tasks/main.yml
View File
@@ -2,12 +2,10 @@
- name: install debian packages
apt:
pkg: "{{item}}"
state: installed
pkg:
- btrfs-tools
- dosfstools
when: ansible_os_family == "Debian"
with_items:
- btrfs-tools
- dosfstools
- name: unmount filesystems
mount:
Write
Preview
Loading…
Cancel
Save