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

Loading…
Cancel
Save