Skip to content

Commit

Permalink
Add missing with_items
Browse files Browse the repository at this point in the history
  • Loading branch information
hellais committed Jul 9, 2024
1 parent 1f36381 commit 53339ed
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ansible/roles/ansible_controller/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@
owner: "{{ item }}"
group: "{{ item }}"
mode: "700"
with_items: "{{ non_admin_usernames | union(admin_usernames) }}"

- name: Create config.d custom file for each user
ansible.builtin.file:
Expand Down

0 comments on commit 53339ed

Please sign in to comment.