Files
ansible-pull/roles/base/tasks/users.yml
rene 64bbb73b71 moved user tasks to an own file
so they can be called from other roles
2022-02-25 14:59:09 +01:00

12 lines
282 B
YAML

# Make sure users exist on the system
- import_tasks: users/root.yml
- import_tasks: users/rene.yml
- import_tasks: users/ansible.yml
- name: users | all | repeating tasks for all users
include_tasks: users/all.yml
loop:
- rene
- root
loop_control:
loop_var: user