feat(role): add ansible-lint, fix ansible-lint issues
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
---
|
||||
- name: "Create group `{{ group }}`"
|
||||
become: true
|
||||
group:
|
||||
ansible.builtin.group:
|
||||
name: "{{ group }}"
|
||||
gid: "{{ users_groups[group].get('gid', None) }}"
|
||||
|
||||
Reference in New Issue
Block a user