Execute curl -X with ansible playbook
问题 I want to execute the next command using ansible playbook: curl -X POST -d@mesos-consul.json -H "Content-Type: application/json" http://marathon.service.consul:8080/v2/apps How can I run it? If I run: - name: post to consul uri: url: http://marathon.service.consul:8080/v2/apps/ method: POST body: "{{ lookup('file','mesos-consul.json') }}" body_format: json HEADER_Content-Type: "application/json" I have the next fail: fatal: [172.16.8.231]: FAILED! => {"failed": true, "msg": "ERROR! the file