Skip to content

Commit

Permalink
error_pages: remove legacy container
Browse files Browse the repository at this point in the history
  • Loading branch information
saltydk committed Nov 27, 2024
1 parent d2483f3 commit 35d9c51
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions roles/error_pages/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,11 @@
pull: true
when: (not error_pages_folder.stat.exists)

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

- name: Remove existing Docker container
ansible.builtin.include_tasks: "{{ resources_tasks_path }}/docker/remove_docker_container.yml"

Expand Down

0 comments on commit 35d9c51

Please sign in to comment.