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.
2 parents 343fbdf + 77d0fa2 commit da754beCopy full SHA for da754be
Makefile
@@ -144,16 +144,16 @@ endif
144
DEFAULT_DEPS += $(ANSIBLE_CFG_FILE)
145
DEFAULT_DEPS += $(ANSIBLE_INVENTORY_FILE)
146
147
-ifneq (,$(KDEVOPS_NODES))
148
-DEFAULT_DEPS += $(KDEVOPS_NODES)
149
-endif
150
-
151
include scripts/provision.Makefile
152
include scripts/firstconfig.Makefile
153
include scripts/systemd-timesync.Makefile
154
include scripts/journal-server.Makefile
155
include scripts/update_etc_hosts.Makefile
156
+ifneq (,$(KDEVOPS_NODES))
+DEFAULT_DEPS += $(KDEVOPS_NODES)
+endif
+
157
KDEVOPS_BRING_UP_DEPS += $(KDEVOPS_BRING_UP_DEPS_EARLY)
158
KDEVOPS_BRING_UP_DEPS += $(KDEVOPS_PROVISIONED_DEVCONFIG)
159
0 commit comments