Skip to content
This repository was archived by the owner on Mar 30, 2023. It is now read-only.

Commit d777c80

Browse files
committed
Give dac user wheel access
This is needed for the fs-ansible that runs
1 parent 456a0cf commit d777c80

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

fake-dac-ansible/roles/data-acc/tasks/systemd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
user:
1313
name: '{{data_acc_user}}'
1414
group: '{{data_acc_group}}'
15-
groups: etcd # Get access to etcd private key
15+
groups: etcd,wheel # Get access to etcd private key, and sudo for ansible
1616
home: '{{data_acc_data_dir}}'
1717
state: present
1818

0 commit comments

Comments
 (0)