summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 7f401df..af781e2 100644
--- a/Makefile
+++ b/Makefile
@@ -44,6 +44,9 @@ ifdef DEBUG
endif
+# We support parallel Provisioning packer builds.
+# To ensure data consistency we save the used ansible roles before executing in
+# its own environment, tagged by the current date & time.
TIMESTAMP := $(shell date "+%Y-%m-%d_%H-%M-%S")