Skip to content

Commit

Permalink
Add with_items
Browse files Browse the repository at this point in the history
  • Loading branch information
hellais committed Jul 9, 2024
1 parent 430594a commit 1f36381
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 @@ -63,6 +63,7 @@
owner: "{{ item }}"
group: "{{ item }}"
mode: "600"
with_items: "{{ non_admin_usernames | union(admin_usernames) }}"

- name: Include per-user custom config
ansible.builtin.copy:
Expand Down

0 comments on commit 1f36381

Please sign in to comment.