Skip to content
Snippets Groups Projects

Fix lint warnings and errors with ansible-lint 6.6.0

Merged Evangelos Foutras requested to merge ansible-lint-6.6.0 into master
19 files
+ 68
38
Compare changes
  • Side-by-side
  • Inline
Files
19
@@ -8,7 +8,7 @@
with_dict: "{{ arch_users }}"
- name: Create Arch Linux-specific users
user:
ansible.builtin.user:
name: "{{ item.key }}"
group: users
groups: "{{ item.value.groups | join(',') }}"
Loading