diff --git a/README.md b/README.md index ad1d17d..ed3ee95 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/tasks/custom_themes.yml b/tasks/custom_themes.yml index 1cd21b2..3333eb0 100644 --- a/tasks/custom_themes.yml +++ b/tasks/custom_themes.yml @@ -10,4 +10,5 @@ become_user: "{{ rcube_app_username }}" with_items: "{{ rcube_custom_themes }}" loop_control: - loop_var: theme \ No newline at end of file + loop_var: theme + tags: theme \ No newline at end of file