add tags for theme
This commit is contained in:
parent
5cab05b319
commit
a9448a72c7
2 changed files with 10 additions and 1 deletions
|
@ -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
|
||||
|
|
|
@ -10,4 +10,5 @@
|
|||
become_user: "{{ rcube_app_username }}"
|
||||
with_items: "{{ rcube_custom_themes }}"
|
||||
loop_control:
|
||||
loop_var: theme
|
||||
loop_var: theme
|
||||
tags: theme
|
Loading…
Reference in a new issue