1
0
forked from finallycoffee/base

feat: add user role

This commit is contained in:
2025-01-12 10:24:03 +01:00
parent 62263726fa
commit 1024921a74
5 changed files with 81 additions and 0 deletions

View File

@ -0,0 +1,8 @@
---
- name: Ensure users are configured
ansible.builtin.include_tasks:
file: "configure-user.yml"
loop: "{{ users }}"
loop_control:
loop_var: user
label: "{{ user.name }}"