ソースを参照

Fix typo

pull/804/head
Slavi Pantaleev 5年前
committed by GitHub
コミット
efbffa26bf
この署名に対応する既知のキーがデータベースに存在しません GPGキーID: 4AEE18F83AFDEB23
1個のファイルの変更1行の追加1行の削除
  1. +1
    -1
      roles/matrix-etherpad/tasks/setup_uninstall.yml

+ 1
- 1
roles/matrix-etherpad/tasks/setup_uninstall.yml ファイルの表示

@@ -29,7 +29,7 @@
path: "{{ matrix_etherpad_base_path }}"
state: absent

- name: Ensure Dimension Docker image doesn't exist
- name: Ensure Etherpad Docker image doesn't exist
docker_image:
name: "{{ matrix_etherpad_docker_image }}"
state: absent

読み込み中…
キャンセル
保存