Skip to content

Commit

Permalink
Add apt-file for debian-based systems
Browse files Browse the repository at this point in the history
  • Loading branch information
Sebastian Gumprich committed Dec 29, 2015
1 parent 926f6f1 commit 5aa9b23
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions tasks/apt.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
- name: remove packages
apt: name='{{item}}' state=removed
with_items:
- "{{os_security_packages_list}}"
when: os_security_packages_clean

0 comments on commit 5aa9b23

Please sign in to comment.