Skip to content

Commit

Permalink
force purge of os default packages
Browse files Browse the repository at this point in the history
needed to clean dkms modules that will be detected by vbox-additions setup if present
  • Loading branch information
fredleger authored Oct 25, 2016
1 parent 010213e commit a47e0c7
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 a47e0c7

Please sign in to comment.