Update to support deb11

- Remove apt_key, switch to copying dearmored key
- Add ability to globally install npm modules

Metadata fixes for ansible galaxy support

Change-Id: Ic3873cf0e491cb91e3e6891f1f85409901e38f8d
diff --git a/Makefile b/Makefile
index 34deb3e..2dba580 100644
--- a/Makefile
+++ b/Makefile
@@ -23,10 +23,13 @@
     -d "{extends: default, rules: {line-length: {max: 99}}}" \
     -s $(YAML_FILES)
 
+# List of molecule files, not including base molecule.yml which isn't ansible format
+MOLECULE_FILES ?= $(shell find molecule -type f -name '*.yml' \! -name 'molecule.yml' -print )
+
 ansiblelint: ## lint check with ansible-lint
 	ansible-lint --version
 	ansible-lint -v .
-	ansible-lint -v molecule/*/*
+	ansible-lint -v $(MOLECULE_FILES)
 
 license: ## Check license with the reuse tool
 	reuse --version