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:
parent
0a58b95730
commit
b3ddaecb06
@ -25,7 +25,7 @@ try:
|
|||||||
except ImportError:
|
except ImportError:
|
||||||
import mock
|
import mock
|
||||||
|
|
||||||
from .zuul_azure_upload import Uploader
|
from .zuul_azure_storage_upload import Uploader
|
||||||
from ..module_utils.zuul_jobs.upload_utils import FileDetail
|
from ..module_utils.zuul_jobs.upload_utils import FileDetail
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user