Fix verify_file check in Scaleway dynamic inventory (#44384)
This commit is contained in:
parent
47633b8d82
commit
ea0f722d74
1 changed files with 0 additions and 3 deletions
|
@ -155,9 +155,6 @@ extractors = {
|
|||
class InventoryModule(BaseInventoryPlugin):
|
||||
NAME = 'scaleway'
|
||||
|
||||
def verify_file(self, path):
|
||||
return "scaleway" in path
|
||||
|
||||
def _fill_host_variables(self, host, server_info):
|
||||
targeted_attributes = (
|
||||
"arch",
|
||||
|
|
Loading…
Reference in a new issue