trigger-readthedocs: fix typo

This was just a variable change I missed in
I514fb1285196aae0b49a98f0efc21326730e4179 ; the name of the variable
doesn't need the "rtd_" prefix.

Change-Id: I3774b370920be816235ee3af804f6de92d3ba0f5
This commit is contained in:
Ian Wienand 2018-08-02 14:51:11 +10:00
parent bd4e5a54d7
commit 8fc3461f59
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@
- name: Require password
fail:
msg: password is required when using rtd_credentials.username
when: rtd_credentials.rtd_password is not defined
when: rtd_credentials.password is not defined
- name: Trigger readthedocs build webhook via authentication
uri: