We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e093fa3 commit 032fb35Copy full SHA for 032fb35
Makefile
@@ -5,7 +5,7 @@ MANIFEST := build/collections/ansible_collections/$(NAMESPACE)/$(NAME)/MANIFEST.
5
6
Roles := $(wildcard roles/*)
7
PLUGIN_TYPES := $(filter-out __%,$(notdir $(wildcard plugins/*)))
8
-METADATA := galaxy.yml LICENSE README.md requirements.txt
+METADATA := galaxy.yml LICENSE README.md requirements.txt meta/runtime.yml
9
$(foreach PLUGIN_TYPE,$(PLUGIN_TYPES),$(eval _$(PLUGIN_TYPE) := $(filter-out %__init__.py,$(wildcard plugins/$(PLUGIN_TYPE)/*.py))))
10
DEPENDENCIES := $(METADATA) $(foreach PLUGIN_TYPE,$(PLUGIN_TYPES),$(_$(PLUGIN_TYPE))) $(foreach ROLE,$(ROLES),$(wildcard $(ROLE)/*/*))
11
0 commit comments