zuul_azure_storage_upload: rename

roles/upload-logs-azure/tasks/main.yaml calls
"zuul_azure_storage_upload:" but the library file is currently called
"zuul_azure_upload.py".  Since it says in the comments of the file to
call it as "zuul_azure_storage_upload.py" (and that matches the google
one) rename it.

I found this when working backwards with an ansible-lint that runs
against Ansible 2.8.  I think this is an ansible-lint bug; see [1]

[1] https://github.com/ansible/ansible-lint/issues/2283

Change-Id: Ic30d82771e6c591cf17bcd15ca9dc92fb0f89e04
This commit is contained in:
Ian Wienand 2022-08-12 11:56:08 +10:00 committed by James E. Blair
parent 0a58b95730
commit b3ddaecb06
2 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ try:
except ImportError:
import mock
from .zuul_azure_upload import Uploader
from .zuul_azure_storage_upload import Uploader
from ..module_utils.zuul_jobs.upload_utils import FileDetail