forked from ansible-network/network-engine
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
53 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,53 @@ | ||
<!--- | ||
Verify first that your issue/request is not already reported on GitHub. | ||
Test if the latest release, and devel branch are affected too.--> | ||
|
||
# ISSUE TYPE | ||
|
||
<!--- Pick one below and delete the rest --> | ||
|
||
- Bug Report | ||
- Feature Idea | ||
- Documentation Report | ||
|
||
# ANSIBLE VERSION | ||
|
||
``` | ||
ansible --version | ||
ansible-galaxy list | grep ansible.network | ||
``` | ||
|
||
# Network OS | ||
|
||
- Operating System (inc version) of machine running Ansible | ||
- Network device make/model, including version | ||
|
||
# SUMMARY | ||
|
||
<!--- Explain the problem briefly --> | ||
|
||
# STEPS TO REPRODUCE | ||
|
||
<!--- For bugs, show exactly how to reproduce the problem, using a minimal test-case. | ||
For new features, show how the feature would be used. | ||
Paste example playbooks or commands between quotes below --> | ||
|
||
```yaml | ||
|
||
``` | ||
|
||
<!--- You can also paste gist.github.com links for larger files --> | ||
|
||
# EXPECTED RESULTS | ||
|
||
<!--- What did you expect to happen when running the steps above? --> | ||
|
||
# ACTUAL RESULTS | ||
|
||
<!--- What actually happened? If possible run with extra verbosity (ansible-playbook -vvvv ...) | ||
Paste verbatim command output between quotes below --> | ||
|
||
``` | ||
``` |