ソースを参照

create honoroit docker network

pull/2654/head
Aine 3年前
コミット
f0be907971
この署名に対応する既知のキーがデータベースに存在しません GPGキーID: 34969C908CCA2804
1個のファイルの変更5行の追加0行の削除
  1. +5
    -0
      roles/custom/matrix-bot-honoroit/tasks/setup_install.yml

+ 5
- 0
roles/custom/matrix-bot-honoroit/tasks/setup_install.yml ファイルの表示

@@ -108,6 +108,11 @@
pull: true
when: "matrix_bot_honoroit_container_image_self_build | bool"

- name: Ensure honoroit container network is created
community.general.docker_network:
name: "{{ matrix_bot_honoroit_container_network }}"
driver: bridge

- name: Ensure matrix-bot-honoroit.service installed
ansible.builtin.template:
src: "{{ role_path }}/templates/systemd/matrix-bot-honoroit.service.j2"


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