mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
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):
|
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…
Reference in a new issue