static: remove unused letsencrypt group variable

The etsencrypt_certs variable defined here in the "static" group file
is overwritten by the host variable.  This is not doing anything (and
we don't have a logs.openstack.org any more as it is all in object
storage), remove it.

Change-Id: I6910d6652c558c94d71b1609d1194b654bc5b42d
This commit is contained in:
Ian Wienand 2022-07-07 08:18:57 +10:00
parent dd35b401a7
commit 8627b4dfc3
2 changed files with 0 additions and 6 deletions

View File

@ -1,3 +0,0 @@
letsencrypt_certs:
logs-main:
- logs.opendev.org

View File

@ -32,9 +32,6 @@
- name: letsencrypt updated zuul02-opendev-main
include_tasks: roles/letsencrypt-create-certs/handlers/restart_apache.yaml
- name: letsencrypt updated logs-main
include_tasks: roles/letsencrypt-create-certs/handlers/restart_apache.yaml
- name: letsencrypt updated insecure-ci-registry01-main
include_tasks: roles/letsencrypt-create-certs/handlers/restart_zuul_registry.yaml