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