aboutsummaryrefslogtreecommitdiffstats
path: root/roles/users/tasks/main.yml
diff options
context:
space:
mode:
Diffstat (limited to 'roles/users/tasks/main.yml')
-rw-r--r--roles/users/tasks/main.yml11
1 files changed, 11 insertions, 0 deletions
diff --git a/roles/users/tasks/main.yml b/roles/users/tasks/main.yml
new file mode 100644
index 0000000..327d5e2
--- /dev/null
+++ b/roles/users/tasks/main.yml
@@ -0,0 +1,11 @@
+---
+- import_tasks: esmil.yml
+ tags:
+ - users
+ - esmil
+- import_tasks: ast.yml
+ tags:
+ - users
+ - ast
+
+# vim: set ts=2 sw=2 et: