Skip to content

Commit

Permalink
Linting fix
Browse files Browse the repository at this point in the history
  • Loading branch information
tomdoel committed Oct 10, 2024
1 parent 95a45b1 commit 73861f4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion roles/xnat/tasks/configure.yml
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,9 @@
password: "{{ xnat_service_admin.password }}"
method: POST
body_format: json
body: '{"autoRunEnabled":true,"allowAutoRunProjectOverride":false}'
body:
autoRunEnabled: true,
allowAutoRunProjectOverride: false
validate_certs: "{{ ssl.validate_certs }}"
status_code: 200
when: xnat_autorun_enabled

0 comments on commit 73861f4

Please sign in to comment.