This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
ka
/
ansible-role-volume_groups
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
6b548d46ae
commit
7232dd7bfc
1 changed files
with
2 additions
and
4 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-4
tasks/main.yml
+ 2
- 4
tasks/main.yml
View File
@@ -5,10 +5,8 @@
- name: debian apt install packages
apt:
pkg: "{{ item }}"
state: installed
with_items:
- lvm2
pkg:
- lvm2
when: ansible_os_family == "Debian"
- name: volume groups
Write
Preview
Loading…
Cancel
Save