No description
Find a file
René Moser 5b0837d159
hcloud_server: fix traceback in check mode (#64)
* hcloud_server: fix traceback in check mode 

if server not exists.

* add changelog
2021-03-12 14:22:47 +01:00
.azure-pipelines azure-pipelines: update default container version (#59) 2021-02-23 11:07:35 +01:00
changelogs hcloud_server: fix traceback in check mode (#64) 2021-03-12 14:22:47 +01:00
meta Polish old modules and collection for release (#11) 2020-06-29 13:53:01 +02:00
plugins hcloud_server: fix traceback in check mode (#64) 2021-03-12 14:22:47 +01:00
tests Implement Firewall Support (#63) 2021-03-11 11:07:41 +01:00
.gitignore Implement Firewall Support (#63) 2021-03-11 11:07:41 +01:00
.gitlab-ci.yml Add hcloud_load_balancer_info module (#41) 2020-11-27 12:25:06 +01:00
CHANGELOG.rst Prepare Release v1.3.0 2021-03-11 11:15:37 +01:00
COPYING Initial commit 2020-03-09 13:36:01 +00:00
galaxy.yml Prepare Release v1.2.1 2020-12-16 15:22:10 +01:00
README.md AZP and codecoverage badges 2021-03-05 16:01:25 +00:00

Build Status Codecov

Ansible Collection: hetzner.hcloud

Ansible Hetzner Cloud Collection for controlling your Hetzner Cloud Resources.

Release notes

See here.

Publishing New Version

TBD Basic instructions without release branches:

  1. Create changelogs/fragments/<version>.yml with release_summary: section (which must be a string, not a list).
  2. Run antsibull-changelog release --collection-flatmap yes
  3. Make sure CHANGELOG.rst and changelogs/changelog.yaml are added to git, and the deleted fragments have been removed.
  4. Tag the commit with <version>. Push changes and tag to the main repository.