1
0
Fork 0
mirror of https://github.com/ansible-collections/hetzner.hcloud.git synced 2026-02-04 08:01:49 +00:00

refactor: start using new modules names (#393)

##### SUMMARY

Update all references to modules to use the new module names.
Continuation of #390
This commit is contained in:
Jonas L 2023-11-21 09:40:11 +01:00 committed by GitHub
parent 933a16249b
commit 328dfb8b0f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
95 changed files with 577 additions and 577 deletions

View file

@ -23,7 +23,7 @@ The `main` branch is used for the development of the latest versions of the coll
The documentation for all modules are available through `ansible-doc`.
Sample: `ansible-doc hetzner.hcloud.hcloud_server` shows the documentation for the `hcloud_server` module.
Sample: `ansible-doc hetzner.hcloud.server` shows the documentation for the `server` module.
For all modules that were part of Ansible directly (before Ansible 2.11) we also have the documentation published in the
Ansible documentation: https://docs.ansible.com/ansible/latest/collections/hetzner/hcloud/
@ -56,7 +56,7 @@ After this you should be able to use `ansible-test integration` to perform the i
Sample:
```
ansible-test integration --color --local -vvv hcloud_server // Executed all integration tests for hcloud_server module
ansible-test integration --color --local -vvv hetzner.hcloud.server // Executed all integration tests for server module
```
## Releasing a new version