Skip to content

Commit 978c9ab

Browse files
Merge pull request #6 from ccdc-opensource/updates-to-role
Updates to role
2 parents 47c3fac + fbff89f commit 978c9ab

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

defaults/main.yml

-3
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,6 @@ update_windows: true
1414
rearrange_drives: true
1515
drive_configuration: []
1616

17-
# Linux settings
18-
sudo_group: wheel
19-
2017
# MacOS settings
2118
install_vagrant_user: true
2219
remote_macos_user_package: "{{ ansible_env.HOME }}/uk.ac.cam.ccdc.mac-vagrant-user.pkg"

vars/Debian.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
---
22
github_repo_name: packer-basebox-ubuntu
3+
sudo_group: sudo

vars/RedHat.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
---
22
github_repo_name: packer-basebox-centos
3+
sudo_group: wheel

0 commit comments

Comments
 (0)