Skip to content

Commit

Permalink
handle undefined vbox_guest_missing_deps #2
Browse files Browse the repository at this point in the history
it seems that also "Remove VirtualBox Guest Additions dependencies" rule suffers from undefined vbox_guest_missing_deps issue
  • Loading branch information
kalaskow authored Feb 15, 2022
1 parent a6b226e commit ac24152
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@
dnf:
name: "{{ vbox_guest_missing_deps }}"
state: absent
when: vbox_guest_missing_deps is defined

- name: Find /var/log/vboxadd-* logs
find:
Expand Down

0 comments on commit ac24152

Please sign in to comment.