From a44327510e760922ec0ff2dc7eff850326c0466a 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 --- 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 0cbd44d2e..c6eb2f7bb 100644 --- a/infrastructure-playbooks/cephadm-adopt.yml +++ b/infrastructure-playbooks/cephadm-adopt.yml @@ -1024,7 +1024,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