mirror of https://github.com/ceph/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 <tonay@ibm.com>pull/7601/head
parent
0bf3398774
commit
2c88ecc784
|
@ -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 }}
|
||||
|
|
Loading…
Reference in New Issue