Add support for StackScripts to Linode v4 module (#1270) (#1288)

* Add support for StackScripts to Linode v4 module

* Apply suggestions from code review

Co-authored-by: Felix Fontein <felix@fontein.de>

* add changelog fragment

* Add stackscript to example

Co-authored-by: Felix Fontein <felix@fontein.de>
(cherry picked from commit 637eaa15de)

Co-authored-by: rmcintosh <rmcintosh@users.noreply.github.com>
This commit is contained in:
patchback[bot]
2020-11-13 12:59:28 +01:00
committed by GitHub
parent 1ce00126c5
commit 71b63e6a75
2 changed files with 28 additions and 5 deletions

View File

@@ -0,0 +1,2 @@
minor_changes:
- linode_v4 - added support for Linode StackScript usage when creating instances (https://github.com/ansible-collections/community.general/issues/723).