From 1d34e88e58224d030e98f190251aa443869fa6c2 Mon Sep 17 00:00:00 2001 From: Teoman ONAY Date: Thu, 18 Jul 2024 15:12:43 +0200 Subject: [PATCH] cephadm-adopt: Wrong yaml structure in rgw placement networks key was at wrong level Signed-off-by: Teoman ONAY --- infrastructure-playbooks/cephadm-adopt.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/infrastructure-playbooks/cephadm-adopt.yml b/infrastructure-playbooks/cephadm-adopt.yml index ee6dbdeb6d..59b248d49e 100644 --- a/infrastructure-playbooks/cephadm-adopt.yml +++ b/infrastructure-playbooks/cephadm-adopt.yml @@ -943,7 +943,7 @@ hosts: - {{ ansible_facts['nodename'] }} {% if rgw_subnet is defined %} - networks: "{{ rgw_subnet }}" + networks: "{{ rgw_subnet }}" {% endif %} spec: rgw_frontend_port: {{ radosgw_frontend_port }}