added html comments so hints are not posted

also added verbostiy instruction
This commit is contained in:
Brian Coca 2016-02-24 19:21:58 -05:00 committed by Matt Clay
parent 3dde5196aa
commit f7597f916c

View file

@ -1,53 +1,53 @@
##### Issue Type: ##### Issue Type:
Please pick one and delete the rest: <!-- Please pick one and delete the rest: -->
- Bug Report - Bug Report
- Feature Idea - Feature Idea
- Documentation Report - Documentation Report
##### Plugin Name: ##### Plugin Name:
Name of the plugin/module/task <!-- Name of the plugin/module/task -->
##### Ansible Version: ##### Ansible Version:
``` ```
(Paste verbatim output from “ansible --version” here) <!-- (Paste verbatim output from “ansible --version” here) -->
``` ```
##### Ansible Configuration: ##### Ansible Configuration:
Please mention any settings you've changed/added/removed in ansible.cfg <!-- Please mention any settings you've changed/added/removed in ansible.cfg
(or using the ANSIBLE_* environment variables). (or using the ANSIBLE_* environment variables). -->
##### Environment: ##### Environment:
Please mention the OS you are running Ansible from, and the OS you are <!-- Please mention the OS you are running Ansible from, and the OS you are managing,
managing, or say “N/A” for anything that isn't platform-specific. or say “N/A” for anything that isn't platform-specific. -->
##### Summary: ##### Summary:
Please explain the problem briefly. <!-- Please explain the problem briefly. -->
##### Steps To Reproduce: ##### Steps To Reproduce:
For bugs, please show exactly how to reproduce the problem. For new <!-- For bugs, please show exactly how to reproduce the problem.
features, show how the feature would be used. For new features, show how the feature would be used. -->
``` ```
(Paste example playbooks or commands here) <!-- (Paste example playbooks or commands here) -->
``` ```
You can also paste gist.github.com links for larger files. <!-- You can also paste gist.github.com links for larger files. -->
##### Expected Results: ##### Expected Results:
What did you expect to happen when running the steps above? <!-- What did you expect to happen when running the steps above? -->
##### Actual Results: ##### Actual Results:
What actually happened? <!-- What actually happened? If possible run with high verbosity (-vvvv) -->
``` ```
(Paste verbatim command output here) <!-- (Paste verbatim command output here) -->
``` ```