Add tags on create user

This commit is contained in:
Dryusdan 2023-02-06 21:22:04 +01:00
parent c02bd5b738
commit d3c4e6db00

View file

@ -6,6 +6,9 @@
home: "{{ item.home | default('/var/opt/vikunja') }}"
create_home: "yes"
loop: "{{ vikunja }}"
tags:
- api
- frontend
- include_tasks: api.yml
tags: