Skip to content

Commit

Permalink
Do not set group
Browse files Browse the repository at this point in the history
  • Loading branch information
hellais committed Jul 9, 2024
1 parent 53339ed commit ffe21f9
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions ansible/roles/ansible_controller/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@
path: "/home/{{ item }}/.ssh/config.d/"
state: directory
owner: "{{ item }}"
group: "{{ item }}"
mode: "700"
with_items: "{{ non_admin_usernames | union(admin_usernames) }}"

Expand All @@ -62,7 +61,6 @@
path: "/home/{{ item }}/.ssh/config.d/custom"
state: file
owner: "{{ item }}"
group: "{{ item }}"
mode: "600"
with_items: "{{ non_admin_usernames | union(admin_usernames) }}"

Expand Down

0 comments on commit ffe21f9

Please sign in to comment.