From: Teoman ONAY Date: Mon, 12 Aug 2024 13:24:06 +0000 (+0200) Subject: cephadm-adopt: fix "Update the placement of radosgw hosts" task X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=2c88ecc7847d3c746fb7c324414d098470c54289;p=ceph-ansible.git 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 --- 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 }}