瀏覽代碼

Fix typo in old devture-traefik migration task

pull/3084/head
Slavi Pantaleev 2 年之前
父節點
當前提交
1f6bb281e9
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. +1
    -1
      roles/custom/matrix_playbook_migration/tasks/devture_traefik_to_matrix_traefik.yml

+ 1
- 1
roles/custom/matrix_playbook_migration/tasks/devture_traefik_to_matrix_traefik.yml 查看文件

@@ -7,7 +7,7 @@
# The Traefik role itself (running later) will then ensure this data is up-to-date and will set up the new systemd service. # The Traefik role itself (running later) will then ensure this data is up-to-date and will set up the new systemd service.


# It only makes sense to migrate if the identifier or path are different than the default (what we were using before). # It only makes sense to migrate if the identifier or path are different than the default (what we were using before).
- when: "devture_traefik_identifier != 'devture-postgres' or devture_traefik_base_path != '/devture-traefik'"
- when: "devture_traefik_identifier != 'devture-traefik' or devture_traefik_base_path != '/devture-traefik'"
block: block:
- name: Check existence of devture-traefik.service systemd service - name: Check existence of devture-traefik.service systemd service
ansible.builtin.stat: ansible.builtin.stat:


Loading…
取消
儲存