Commit ae37b137 by John Jarvis

adding clarifying comment

parent 7bb645cf
...@@ -53,7 +53,8 @@ def parse_args(): ...@@ -53,7 +53,8 @@ def parse_args():
help="path to secure-vars from the root of " help="path to secure-vars from the root of "
"the secure repo. By default <deployment>.yml and " "the secure repo. By default <deployment>.yml and "
"<environment>-<deployment>.yml will be used if they " "<environment>-<deployment>.yml will be used if they "
"exist in <secure-repo>/ansible/vars/") "exist in <secure-repo>/ansible/vars/. This secure file "
"will be used in addition to these if they exist.")
parser.add_argument('--stack-name', parser.add_argument('--stack-name',
help="defaults to ENVIRONMENT-DEPLOYMENT", help="defaults to ENVIRONMENT-DEPLOYMENT",
metavar="STACK_NAME", metavar="STACK_NAME",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment