В плейбуке по разворачиванию Elasticsearch делаю шаг для создания индексов, вида:
- name: Create Elasticsearch indices
uri:
url: "http://127.0.0.1:9200/entry"
method: PUT
body: "{{ lookup('file', '/opt/elastic/mapping/entry_mapping.json') }}"
status_code: 200
HEADER_Content-Type: "application/json"
body_format: json
и получаю ошибку
msg: 'An unhandled exception occurred while running the lookup plugin ''file''. Error was a <class ''ansible.errors.AnsibleError''>, original message: could not locate file in lookup: /opt/elastic/mapping/entry_mapping.json'
Подскажите пожалуйста ЧЯДНТ? Файл на сервере есть.