aboutsummaryrefslogtreecommitdiffstats
path: root/roles/users/tasks/main.yml
blob: 4011856ff7b8ad4b4aab29d74cbc48ef64fd3af7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
---
- import_tasks: esmil.yml
  tags:
    - users
    - esmil
- import_tasks: ast.yml
  tags:
    - users
    - ast
- import_tasks: flummer.yml
  tags:
    - users
    - flummer

# vim: set ts=2 sw=2 et: