瀏覽代碼

create honoroit docker network

pull/2654/head
Aine 3 年之前
父節點
當前提交
f0be907971
沒有發現已知的金鑰在資料庫的簽署中 GPG Key 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"


Loading…
取消
儲存