Renamed looped variables to be consistent with name changes at assignment in bootstrap role's vars/defaults, removed redundant tags
This commit is contained in:
@@ -4,6 +4,6 @@
|
||||
name: "{{ item.group_name }}"
|
||||
system: yes
|
||||
state: present
|
||||
loop: "{{ sysgroups }}"
|
||||
loop: "{{ sys_groups }}"
|
||||
register: groups_created
|
||||
tags: ['default']
|
Reference in New Issue
Block a user