ansible/roles/users/tasks/main.yml

10 lines
224 B
YAML
Raw Normal View History

2022-08-30 14:43:41 +02:00
- name: setup user 'rilla'
include_tasks: rilla.yml
- name: setup user 'ansible'
include_tasks: ansible.yml
- name: commit user's home to alpine lbu
include_tasks: alpine.yml
when: ansible_distribution == "Alpine"