summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorManuel Messner2018-02-12 16:18:41 +0100
committerManuel Messner2018-02-12 16:47:20 +0100
commit7774b334cefd6f761f1a733dfe0beb21bd6c5d26 (patch)
tree9adaee3fa5026b407364e6f02e7740ecfb9acc40 /Makefile
parentMakefile: reworked comments (diff)
downloadpacker-templates-7774b334cefd6f761f1a733dfe0beb21bd6c5d26.tar.gz
packer-templates-7774b334cefd6f761f1a733dfe0beb21bd6c5d26.tar.xz
packer-templates-7774b334cefd6f761f1a733dfe0beb21bd6c5d26.zip
Makefile: timestamp: add comment
Diffstat (limited to 'Makefile')
-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")