copr: temporarily don't obtain letsencrypt certs on fe dev in aws
This reverts commit 51f83dbc8774ed1974a72727ff0d9ed1ec231cf7. It still doesn't work properly
This commit is contained in:
parent
68424cee80
commit
a050a3b25e
1 changed files with 3 additions and 1 deletions
|
@ -105,7 +105,9 @@
|
||||||
# development servers use Let's Encrypt
|
# development servers use Let's Encrypt
|
||||||
- name: install letsencrypt ssl certificates for dev
|
- name: install letsencrypt ssl certificates for dev
|
||||||
include_role: name=copr/certbot
|
include_role: name=copr/certbot
|
||||||
when: devel|bool
|
when:
|
||||||
|
- devel|bool
|
||||||
|
- datacenter != "aws"
|
||||||
tags:
|
tags:
|
||||||
- config
|
- config
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue