Skip to content

Commit

Permalink
adjust doc for v2
Browse files Browse the repository at this point in the history
  • Loading branch information
resmo authored Sep 26, 2024
1 parent 5163a49 commit eee615e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ To use a module from Apache CloudStack collection, please reference the full nam
- name: Using Apache CloudStack collection
hosts: localhost
tasks:
- ngine_io.cloudstack.cs_instance:
- ngine_io.cloudstack.instance:
...
```
Expand All @@ -48,7 +48,7 @@ Or you can add full namepsace and collecton name in the `collections` element:
collections:
- ngine_io.cloudstack
tasks:
- cs_instance:
- instance:
...
```

Expand All @@ -61,7 +61,7 @@ For existing Ansible roles, please also reference the full namespace, collection
To use a plugin, please reference the full namespace, collection name, and plugin name that you want to use:

```yaml
plugin: ngine_io.cloudstack.cloudstack
plugin: ngine_io.cloudstack.instance
```

## Contributing
Expand Down

0 comments on commit eee615e

Please sign in to comment.