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 <tonay@ibm.com>
pull/7601/head
Teoman ONAY 2024-08-12 15:24:06 +02:00 committed by Guillaume Abrioux
parent 0bf3398774
commit 2c88ecc784
1 changed files with 1 additions and 1 deletions

View File

@ -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 }}