Sorry to be a bother . . . can anyone say how I should be formatting the data ion my body here:
- name: artifactory | TEST - create repo
uri: url={{ baseurl }}/api/repositories/test
method=PUT user=user password=password
body=‘{“rclass”: “local”}’
force_basic_auth=yes status_code=200 HEADER_Content-Type=“application/json”
yaml doesn’t like the colon ( in the body . . . the body is for JSON, right?
Thanks!