mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 13:52:54 +00:00
Fix verify_file check in Scaleway dynamic inventory (#44384)
This commit is contained in:
@@ -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",
|
||||||
|
|||||||
Reference in New Issue
Block a user