Преглед изворни кода

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…
Откажи
Сачувај