404 periodic job: minor fixes

* Remove a stray trailing ' from the key
* update the key url to use https
* fix the log path to scrape

Change-Id: I580b63f08147494a937d44f4f6637947221c8937
This commit is contained in:
Ian Wienand
2020-02-26 14:26:55 +11:00
parent e884ebfa57
commit 52850ddb63
2 changed files with 3 additions and 3 deletions

View File

@@ -22,7 +22,7 @@
- name: Run 404 scraping script
become: yes
shell: |
SOURCE_FILE=/var/log/docs.openstack.org_access.log
SOURCE_FILE=/var/log/apache2/docs.openstack.org_access.log
INTERMEDIATE_FILE=$(mktemp)
# Get just the lines with 404s in them