Skip to content

Commit

Permalink
Merge pull request #1 from billkozbi/master
Browse files Browse the repository at this point in the history
handle undefined vbox_guest_missing_deps
  • Loading branch information
ezamriy authored Jul 21, 2022
2 parents 2db2ff8 + ac24152 commit 9dc6420
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@
dnf:
name: "{{ vbox_guest_missing_deps }}"
state: latest
when: vbox_guest_missing_deps is defined


- name: Mount VBoxGuestAdditions.iso
mount:
Expand Down Expand Up @@ -46,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 9dc6420

Please sign in to comment.