Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FIx typo and wrong indents in README #1059

Merged
merged 3 commits into from
Jan 3, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ To use a module from Azure collection, please reference the full namespace, coll
account_type: Standard_LRS
```

Or you can add full namepsace and collecton name in the `collections` element:
Or you can add full namepsace and collection name in the `collections` element:

```yaml
---
Expand All @@ -74,10 +74,11 @@ For existing Ansible roles, please also reference the full namespace, collection
To use a pluign from Azure collection, please reference the full namespace, collection name, and plugins name that you want to use:

```yaml
---
plugin: azure.azcollection.azure_rm
include_vm_resource_groups:
- ansible-inventory-test-rg
auth_source: auto
include_vm_resource_groups:
- ansible-inventory-test-rg
auth_source: auto
```

## Contributing
Expand Down