浏览代码

Add 'setup-ssl' tag to matrix-nginx-proxy

So that it is possible to deal with Let's encrypt certificates when
targeting setup-ssl
pull/1876/head
ZzMzaw 3 年前
父节点
当前提交
5ce2abb795
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. +1
    -0
      roles/matrix-nginx-proxy/tasks/main.yml

+ 1
- 0
roles/matrix-nginx-proxy/tasks/main.yml 查看文件

@@ -11,6 +11,7 @@
tags:
- setup-all
- setup-nginx-proxy
- setup-ssl

- ansible.builtin.import_tasks: "{{ role_path }}/tasks/ssl/main.yml"
when: run_setup | bool


正在加载...
取消
保存