瀏覽代碼

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

Loading…
取消
儲存