Skip to content

Commit

Permalink
FireflyIII Importer: Change domain name to fireflyiii-importer (#401)
Browse files Browse the repository at this point in the history
* FireflyIII Importer: Change domain name from fireflyiii_importer to fireflyiii-importer

* FireflyIII Importer: Remove deprecated container

---------

Co-authored-by: Arthur Pango <dev@arthurelectronics.fr>
  • Loading branch information
PokePango and Arthur Pango authored Nov 25, 2024
1 parent bced1d4 commit 86f76e3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion roles/fireflyiii_importer/defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
# Basics
################################

fireflyiii_importer_name: fireflyiii_importer
fireflyiii_importer_name: fireflyiii-importer

################################
# Paths
Expand Down
5 changes: 5 additions & 0 deletions roles/fireflyiii_importer/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,11 @@
dns_zone: "{{ lookup('vars', role_name + '_dns_zone') }}"
dns_proxy: "{{ lookup('vars', role_name + '_dns_proxy') }}"

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

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

Expand Down

0 comments on commit 86f76e3

Please sign in to comment.