Skip to content

Commit eee615e

Browse files
authored
adjust doc for v2
1 parent 5163a49 commit eee615e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ To use a module from Apache CloudStack collection, please reference the full nam
3535
- name: Using Apache CloudStack collection
3636
hosts: localhost
3737
tasks:
38-
- ngine_io.cloudstack.cs_instance:
38+
- ngine_io.cloudstack.instance:
3939
...
4040
```
4141
@@ -48,7 +48,7 @@ Or you can add full namepsace and collecton name in the `collections` element:
4848
collections:
4949
- ngine_io.cloudstack
5050
tasks:
51-
- cs_instance:
51+
- instance:
5252
...
5353
```
5454

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

6363
```yaml
64-
plugin: ngine_io.cloudstack.cloudstack
64+
plugin: ngine_io.cloudstack.instance
6565
```
6666

6767
## Contributing

0 commit comments

Comments
 (0)