mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-04-10 15:23:27 +02:00
9 lines
200 B
YAML
9 lines
200 B
YAML
---
|
|
|
|
- import_tasks: ../includes/create_system_user.yml
|
|
vars:
|
|
- user: wbo_{{ wbo_id }}
|
|
- home: "{{ wbo_root_dir }}"
|
|
- comment: "Online collaborative Whiteboard {{ wbo_id }}"
|
|
tags: wbo
|