From 5ff72a35efe114a8906e1b64f656b2224dc1b714 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 c198cce5f..22b492d33 100644 --- a/infrastructure-playbooks/cephadm-adopt.yml +++ b/infrastructure-playbooks/cephadm-adopt.yml @@ -1025,7 +1025,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.47.3