We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 985f069 commit 0f83fadCopy full SHA for 0f83fad
tasks/main.yml
@@ -1,6 +1,6 @@
1
---
2
- name: Creating groups
3
- group: name="{{item.name}}" gid="{{item.gid}}"
+ group: name="{{item.name}}" gid="{{item.gid | default(omit)}}"
4
with_items: "{{groups_to_create}}"
5
tags: ['users','groups','configuration']
6
0 commit comments