Commit a3b34bcf by John Jarvis

removing the group if block

parent 77e82bed
...@@ -18,7 +18,7 @@ ...@@ -18,7 +18,7 @@
- name: common | create local user for github user - name: common | create local user for github user
user: user:
name={{ item.user }} name={{ item.user }}
{% if item.groups %}groups={{ ",".join(item.groups) }}{% endif %} groups={{ ",".join(item.groups) }}
shell=/bin/bash shell=/bin/bash
with_items: github_users with_items: github_users
tags: tags:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment