瀏覽代碼

Force download of letsencrypt release

The installer automatically updates itself, which registers as a change
in the git repo.  To maintain idempotency of the task list, the repo
download must be forced.
Mike Ashley 9 年之前
父節點
當前提交
a38f4e08d3
共有 1 個檔案被更改,包括 1 行新增0 行删除
  1. 1
    0
      roles/common/tasks/letsencrypt.yml

+ 1
- 0
roles/common/tasks/letsencrypt.yml 查看文件

2
   git: repo=https://github.com/letsencrypt/letsencrypt
2
   git: repo=https://github.com/letsencrypt/letsencrypt
3
        dest=/root/letsencrypt
3
        dest=/root/letsencrypt
4
        version=master
4
        version=master
5
+       force=yes
5
 
6
 
6
 - name: Create directory for LetsEncrypt configuration and certificates
7
 - name: Create directory for LetsEncrypt configuration and certificates
7
   file: state=directory path=/etc/letsencrypt group=root owner=root
8
   file: state=directory path=/etc/letsencrypt group=root owner=root

Loading…
取消
儲存