Skip to content

Commit

Permalink
fix identifier to calibre-web
Browse files Browse the repository at this point in the history
  • Loading branch information
lingawakad committed May 2, 2024
1 parent d58d456 commit 3c71344
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

calibre_web_enabled: true

calibre_web_identifier: calibre_web
calibre_web_identifier: calibre-web

calibre_web_uid: ''
calibre_web_gid: ''
Expand Down
2 changes: 1 addition & 1 deletion meta/main.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
galaxy_info:
author: spaceling
company: spaceling
role_name: calibre_web
role_name: calibre-web
namespace: spaceling
description: Calibre-Web
platforms:
Expand Down
6 changes: 3 additions & 3 deletions tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@
ansible.builtin.include_tasks: "{{ role_path }}/tasks/install.yml"
tags:
- setup-all
- setup-calibre_web
- setup-calibre-web
- install-all
- install-calibre_web
- install-calibre-web

- block:
- when: not calibre_web_enabled | bool
ansible.builtin.include_tasks: "{{ role_path }}/tasks/uninstall.yml"
tags:
- setup-all
- setup-calibre_web
- setup-calibre-web

0 comments on commit 3c71344

Please sign in to comment.