Move comments out of code-blocks (#15961)

In hindsight, I think it is better to have empty code-blocks
then comment placeholders when people don't replace those sections.
This commit is contained in:
Dag Wieers
2016-05-23 21:37:17 +02:00
committed by Brian Coca
parent cf44db58e0
commit f9c4fdab40
2 changed files with 12 additions and 7 deletions

View File

@@ -6,8 +6,9 @@
- Docs Pull Request
##### ANSIBLE VERSION
<!--- Paste verbatim output from “ansible --version” between quotes below -->
```
<!--- Paste verbatim output from “ansible --version” between quotes -->
```
##### SUMMARY
@@ -19,6 +20,7 @@ commit message and your description; but you should still explain what
the change does.
-->
<!-- Paste verbatim command output below, e.g. before and after your change -->
```
<!-- Paste verbatim command output here, e.g. before and after your change -->
```