Skip to content

Commit

Permalink
Authelia: Cleanup legacy redis appdata
Browse files Browse the repository at this point in the history
  • Loading branch information
owine committed Jan 6, 2024
1 parent 4fd05e8 commit 2b149bd
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions roles/authelia/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,11 @@
- "authelia_redis"
- "redis"

- name: Cleanup legacy Redis directory
ansible.builtin.file:
path: "/opt/authelia_redis"
state: absent

- name: "Import Redis Role"
ansible.builtin.include_role:
name: redis
Expand Down

0 comments on commit 2b149bd

Please sign in to comment.