Skip to content

Commit

Permalink
Update create-groups.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
scrum-my authored Nov 30, 2023
1 parent cb01830 commit 4941f2b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tasks/create-groups.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
name: "{{ item.name }}"
gid: "{{ item.gid | default(omit) }}"
with_items: "{{ groups_to_create }}"
when: additional_groups is defined
tags: ["users", "groups", "configuration"]

- name: Per-user group creation
Expand Down

0 comments on commit 4941f2b

Please sign in to comment.