Skip to content

Commit

Permalink
TubeArchivist: Remove legacy Elasticsearch container
Browse files Browse the repository at this point in the history
  • Loading branch information
owine committed Jan 27, 2024
1 parent 9d8b32c commit af147c2
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions roles/tubearchivist/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,11 @@
redis_paths_folder: "{{ tubearchivist_name }}"
redis_paths_location: "{{ server_appdata_path }}/{{ redis_paths_folder }}/redis"

- name: Remove legacy Elasticsearch Docker container
ansible.builtin.include_tasks: "{{ resources_tasks_path }}/docker/remove_docker_container.yml"
vars:
var_prefix: "{{ tubearchivist_name }}_elasticsearch"

- name: Elasticsearch Role
ansible.builtin.include_role:
name: elasticsearch
Expand Down

0 comments on commit af147c2

Please sign in to comment.