浏览代码

Add non-interactive to LE client options

Depending on when the client is run, there are no certificates to
update.  By default, the client runs in interactive mode and wants to
notify the user of this.  This causes Ansible to hang waiting for an
acknowledgement that will never come.  Adding the non-interactive flag
fixes this.
Mike Ashley 8 年前
父节点
当前提交
4a33ebecdc
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1
    0
      roles/common/templates/etc_letsencrypt_cli.conf.j2

+ 1
- 0
roles/common/templates/etc_letsencrypt_cli.conf.j2 查看文件

5
 keep = True
5
 keep = True
6
 expand = True
6
 expand = True
7
 agree-tos = True
7
 agree-tos = True
8
+non-interactive = True

正在加载...
取消
保存