This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
ka
/
ansible-role-debian-installer
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
new apt module format
main
Markus Katharina Brechtel
6 years ago
parent
a63105d387
commit
3abb6cd898
1 changed files
with
5 additions
and
7 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+5
-7
tasks/setup.yaml
+ 5
- 7
tasks/setup.yaml
View File
@@ -1,9 +1,7 @@
---
- name: in
stall apt
packages
- name:
deb
i
a
n packages
apt:
pkg: "{{ item }}"
state: installed
with_items:
- live-build
- memtest86
- memtest86+
pkg:
- live-build
- memtest86
- memtest86+
Write
Preview
Loading…
Cancel
Save