add tags for theme

This commit is contained in:
meaz 2024-07-17 08:18:08 +02:00
parent 5cab05b319
commit a9448a72c7
Signed by: meaz
GPG key ID: CD7A47B2F1ED43B4
2 changed files with 10 additions and 1 deletions

View file

@ -14,6 +14,14 @@ Then you can access Roundcube from your computer on http://192.168.33.4
## Playbook
The playbook includes nginx, php-fpm and mariadb roles and deploys entire stack needed to run Roundcube. Additional roles are also available in the Ansible roles repos in git.
## Tags
You can use several tags when you deploy:
- `carddav` to just deploy carddav.
- `patch` to just deploy patch.
- `plugins` to just deploy plugins.
- `theme` to just deploy theme.
## CHANGELOG
- **17.07.2024** - Update info about tags and add theme tags
- **24.10.2021** - Get it public

View file

@ -10,4 +10,5 @@
become_user: "{{ rcube_app_username }}"
with_items: "{{ rcube_custom_themes }}"
loop_control:
loop_var: theme
loop_var: theme
tags: theme