Commit 3b58c64c by Feanil Patel

Update to match the changes made in the app-perms PR.

parent 1b72c46e
...@@ -72,7 +72,7 @@ ...@@ -72,7 +72,7 @@
manage_group {{ item.name | quote }} manage_group {{ item.name | quote }}
{% if item.get('permissions', []) | length %}--permissions {{ item.permissions | default([]) | map('quote') | join(' ') }}{% endif %} {% if item.get('permissions', []) | length %}--permissions {{ item.permissions | default([]) | map('quote') | join(' ') }}{% endif %}
{% if item.get('remove') %}--remove{% endif %} {% if item.get('remove') %}--remove{% endif %}
with_items: perm_groups with_items: django_groups
- name: Manage users - name: Manage users
shell: > shell: >
...@@ -82,4 +82,4 @@ ...@@ -82,4 +82,4 @@
{% if item.get('remove') %}--remove{% endif %} {% if item.get('remove') %}--remove{% endif %}
{% if item.get('superuser') %}--superuser{% endif %} {% if item.get('superuser') %}--superuser{% endif %}
{% if item.get('staff') %}--staff{% endif %} {% if item.get('staff') %}--staff{% endif %}
with_items: users with_items: django_users
\ No newline at end of file
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