Skip to content

Commit

Permalink
Update README.md (#26)
Browse files Browse the repository at this point in the history
Documentation updates which fix: 
* #25 
* #20
  • Loading branch information
spam-n-eggs authored Mar 11, 2024
1 parent 6243672 commit 8959042
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .github/ISSUE_TEMPLATE/bug.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ body:
id: ansible-version
attributes:
label: Ansible Version
description: What version of Laravel are you running? Please be as specific as possible
description: What version of Ansible Core are you running? Please be as specific as possible
placeholder: 2.16.4
validations:
required: true
Expand All @@ -57,6 +57,7 @@ body:
- macOS
- Windows
- Linux
- BSD
- type: textarea
id: notes
attributes:
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ strict: No
---
plugin: dominion_solutions.netbird.netbird
api_key: nbp_this_is_a_fake_api_key
api_url: https://netbird.example.com/api/v1
api_url: https://netbird.example.com/api/
netbird_connected: True
```
Expand All @@ -59,7 +59,7 @@ This example gets all peers in the _All_ group and builds the additional _connec
---
plugin: dominion_solutions.netbird.netbird
api_key: nbp_this_is_a_fake_api_key
api_url: https://netbird.example.com/api/v1
api_url: https://netbird.example.com/api/
netbird_connected: False
leading_separator: No
netbird_groups:
Expand Down

0 comments on commit 8959042

Please sign in to comment.