Skip to content

Commit

Permalink
Merge pull request #1 from webofmars/fredleger-patch-purge-os-pkgs
Browse files Browse the repository at this point in the history
force purge of os default packages
  • Loading branch information
fredleger authored Oct 25, 2016
2 parents 010213e + a47e0c7 commit 41d4c48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# tasks file for virtualbox-guest
- block:
- name: remove os packages version of virtualbox guest additions
apt: name="{{ item }}" state="absent"
apt: name="{{ item }}" state="absent" purge="yes"
with_items: "{{ virtualbox_os_packages }}"
when: virtualbox_remove_os_packages is defined and virtualbox_remove_os_packages

Expand Down

0 comments on commit 41d4c48

Please sign in to comment.