Quellcode durchsuchen

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 vor 9 Jahren
Ursprung
Commit
a38f4e08d3
1 geänderte Dateien mit 1 neuen und 0 gelöschten Zeilen
  1. 1
    0
      roles/common/tasks/letsencrypt.yml

+ 1
- 0
roles/common/tasks/letsencrypt.yml Datei anzeigen

@@ -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

Laden…
Abbrechen
Speichern