added 200 as accepted status
This commit is contained in:
parent
48fe797bb5
commit
16bc786d9f
|
@ -19,7 +19,7 @@
|
|||
force_basic_auth: yes
|
||||
url_username: "{{ user }}"
|
||||
url_password: "{{ password }}"
|
||||
status_code: 204
|
||||
status_code: [204, 200]
|
||||
follow_redirects: yes
|
||||
|
||||
- name: Cleanup temporary target
|
||||
|
|
Loading…
Reference in New Issue