From f0bcf7f6759580664070f23331b2004618ecc2e3 Mon Sep 17 00:00:00 2001 From: Teoman ONAY Date: Mon, 12 Aug 2024 15:24:06 +0200 Subject: [PATCH] cephadm-adopt: fix "Update the placement of radosgw hosts" task networks was at the wrong level in the spec file. Failed with "got an unexpected keyword argument 'networks'" Signed-off-by: Teoman ONAY (cherry picked from commit 2c88ecc7847d3c746fb7c324414d098470c54289) --- 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 e051d6336..94cc270f5 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 }} -- 2.39.5