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:
Alex Tavarez
2025-07-23 15:22:04 -04:00
parent dbd7205fd1
commit 2bac0423db
4 changed files with 5 additions and 6 deletions

View File

@@ -4,6 +4,6 @@
name: "{{ item.group_name }}"
system: yes
state: present
loop: "{{ sysgroups }}"
loop: "{{ sys_groups }}"
register: groups_created
tags: ['default']