Browse Source

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 years ago
parent
commit
a38f4e08d3
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      roles/common/tasks/letsencrypt.yml

+ 1
- 0
roles/common/tasks/letsencrypt.yml View File

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…
Cancel
Save