add description and hookscript parameters to proxmox LXC container (#245)

* add description and hookscript parameters to proxmox LXC container

* fix pep8 E128

* Update plugins/modules/cloud/misc/proxmox.py

Co-Authored-By: Andrew Klychkov <aaklychkov@mail.ru>

* Update plugins/modules/cloud/misc/proxmox.py

Co-Authored-By: Andrew Klychkov <aaklychkov@mail.ru>

* add example for proxmox hookscript and description

* add changelogs fragment for PR #245

* set hookscript type

Co-authored-by: Andrew Klychkov <aaklychkov@mail.ru>
This commit is contained in:
Markus
2020-05-18 07:17:11 +02:00
committed by GitHub
parent 196d3205ca
commit cd5e3e2d85
2 changed files with 30 additions and 2 deletions

View File

@@ -0,0 +1,2 @@
minor_changes:
- proxmox - add the ``description`` and ``hookscript`` parameter (https://github.com/ansible-collections/community.general/pull/245).