Fix verify_file check in Scaleway dynamic inventory (#44384)

pull/44793/head
Rémy Léone 6 years ago committed by ansibot
parent 47633b8d82
commit ea0f722d74

@ -155,9 +155,6 @@ extractors = {
class InventoryModule(BaseInventoryPlugin): class InventoryModule(BaseInventoryPlugin):
NAME = 'scaleway' NAME = 'scaleway'
def verify_file(self, path):
return "scaleway" in path
def _fill_host_variables(self, host, server_info): def _fill_host_variables(self, host, server_info):
targeted_attributes = ( targeted_attributes = (
"arch", "arch",

Loading…
Cancel
Save