Skip to content

Commit

Permalink
temporary patch, allow failure for vboxsf group setting (#189)
Browse files Browse the repository at this point in the history
  • Loading branch information
proycon committed Nov 12, 2020
1 parent 76a514c commit 188b61b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions roles/lamachine-core/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -706,6 +706,7 @@
groups: "vboxsf"
append: yes
when: "ansible_distribution|lower != 'macosx' and 'vboxsf' in getent_group"
ignore_errors: yes

- name: Obtaining docker-container-init
include_role:
Expand Down

0 comments on commit 188b61b

Please sign in to comment.