More logs on doc publish

Change-Id: I36e162f4e5535bb20ecb616fcdcd5b604daf87a0
This commit is contained in:
Scott Hussey 2018-05-30 16:56:12 -05:00
parent e594ca7935
commit fec2ecfb80
1 changed files with 2 additions and 3 deletions

View File

@ -13,7 +13,6 @@
- hosts: primary
tasks:
- name: Publish current merged documents on readthedocs
shell: |
curl -X POST -d "token={{ airship_drydock_readthedocs.token }}" "{{ airship_drydock_readthedocs.url }}"
shell: 'set -x && curl -X POST -d "token={{ airship_drydock_readthedocs.token }}" "{{ airship_drydock_readthedocs.url }}"'
register: result
failed_when: result.failed
debug: result.stderr