Fix fetch integration test on macOS. (#78314)

The test can now run split.
pull/78316/head
Matt Clay 2 years ago committed by GitHub
parent 61ea6c4a5b
commit 681c32ec65
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -18,6 +18,7 @@
user:
name: fetcher
create_home: yes
group: "{{ _fetch_group | default(omit) }}"
groups: "{{ _fetch_additional_groups | default(omit) }}"
append: "{{ True if _fetch_additional_groups else False }}"
password: "{{ password | default(omit) }}"

@ -1,3 +1,4 @@
# macOS requires users to be in an additional group for ssh access
_fetch_group: staff
_fetch_additional_groups: com.apple.access_ssh

Loading…
Cancel
Save