Code Review
/
releng
/
common-packer.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
b0f6dad
)
Fix typo in profile_tasks
99/8299/1
author
Thanh Ha
<thanh.ha@linuxfoundation.org>
Mon, 8 Jan 2018 23:53:32 +0000
(18:53 -0500)
committer
Thanh Ha
<thanh.ha@linuxfoundation.org>
Mon, 8 Jan 2018 23:53:38 +0000
(18:53 -0500)
Change-Id: I93eb9eda5994501363370c4022eb67264b079ffc
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
templates/builder.json.example
patch
|
blob
|
history
diff --git
a/templates/builder.json.example
b/templates/builder.json.example
index
5f709ef
..
c0c194d
100644
(file)
--- a/
templates/builder.json.example
+++ b/
templates/builder.json.example
@@
-51,7
+51,7
@@
"ANSIBLE_NOCOWS=1",
"ANSIBLE_PIPELINING=True",
"ANSIBLE_ROLES_PATH=../lf-ansible/roles",
- "ANSIBLE_CALLBACK_WHITELIST=profile
-
tasks",
+ "ANSIBLE_CALLBACK_WHITELIST=profile
_
tasks",
"ANSIBLE_STDOUT_CALLBACK=debug"
]
}