Просмотр исходного кода

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 лет назад
Родитель
Сommit
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,3 +5,4 @@ register-unsafely-without-email = True
5 5
 keep = True
6 6
 expand = True
7 7
 agree-tos = True
8
+non-interactive = True

Загрузка…
Отмена
Сохранить