diff options
author | James Cammarata <jimi@sngx.net> | 2015-09-11 16:19:30 -0400 |
---|---|---|
committer | James Cammarata <jimi@sngx.net> | 2015-09-12 08:46:29 -0400 |
commit | c9860000da3d4f1c18a78073411f8ba8c28edc29 (patch) | |
tree | cdacab894f7c870a11a08113d524655a3b489707 /samples | |
parent | 03758151e476c67be5761c3632fb1f5ae641285d (diff) | |
download | ansible-c9860000da3d4f1c18a78073411f8ba8c28edc29.tar.gz |
Uncommenting sample line in include.yml to help debug issues
Diffstat (limited to 'samples')
-rw-r--r-- | samples/include.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/samples/include.yml b/samples/include.yml index 121c4ce079..ae62b79bb0 100644 --- a/samples/include.yml +++ b/samples/include.yml @@ -2,5 +2,5 @@ tags: - included #- debug: msg="this is the second debug in the include" -#- debug: msg="this is the third debug in the include, and a is still {{a}}" +- debug: msg="this is the third debug in the include, and a is still {{a}}" |