--- - hosts: ffmucgluon gather_facts: False tasks: - name: "Set GEO location of our own ffmuc-nodes" #https://docs.ansible.com/ansible/latest/modules/raw_module.html raw: uci set gluon-node-info.@location[0]="location"; uci set gluon-node-info.@location[0].share_location="1"; uci set gluon-node-info.@location[0].latitude="{{ latitude }}" ; uci set gluon-node-info.@location[0].longitude="{{ longitude }}"; uci commit gluon-node-info