瀏覽代碼

Correct bug in SSL cert setup for test environment

Mike Ashley 9 年之前
父節點
當前提交
5385badd49
共有 1 個檔案被更改,包括 1 行新增0 行删除
  1. 1
    0
      roles/common/tasks/letsencrypt.yml

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

@@ -38,6 +38,7 @@
38 38
 
39 39
 - name: Modify permissions to allow ssl-cert group access
40 40
   file: path=/etc/letsencrypt/archive owner=root group=ssl-cert mode=750
41
+  when: ansible_ssh_user != "vagrant"
41 42
 
42 43
 ### Several steps to install a self-signed wildcard key to support offline testing
43 44
 

Loading…
取消
儲存