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 5e16889 commit d496b81
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 @@ -704,6 +704,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 d496b81

Please sign in to comment.