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 038b0d9 commit bde6de7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tasks/create-groups.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
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 bde6de7

Please sign in to comment.