Skip to content

Commit

Permalink
add dan
Browse files Browse the repository at this point in the history
  • Loading branch information
hitchhooker committed Jan 4, 2024
1 parent dd3f9dc commit e7542af
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion group_vars/all/all.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ all_users:
- name: tommi
comment: "tommi"
- name: dan
comment: "tommi"
comment: "dan"

# Proxmox management
proxmox_default_admin_account: "ansible_admin@pve"
Expand Down
2 changes: 1 addition & 1 deletion roles/setup_user_management/tasks/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
when:
- item.name in ( users_with_access | default(default_users) )
- item.name in ( pam_current_users | default([]) )
- item.name not in service_users_lookup
- item.name not in service_users_lookup

- name: Enable passwordless sudo access with sudoers.
ansible.builtin.lineinfile:
Expand Down

0 comments on commit e7542af

Please sign in to comment.