mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-23 02:41:25 -07:00
[PR #5949/50d7597d backport][stable-6] Add attributes to scaleway and profitbricks modules (#6052)
Add attributes to scaleway and profitbricks modules (#5949)
Add attributes to scaleway and profitbricks modules.
(cherry picked from commit 50d7597ddc
)
Co-authored-by: Felix Fontein <felix@fontein.de>
This commit is contained in:
parent
5589bcb659
commit
b934e06569
22 changed files with 146 additions and 10 deletions
|
@ -22,9 +22,16 @@ description:
|
|||
extends_documentation_fragment:
|
||||
- community.general.scaleway
|
||||
- community.general.scaleway_waitable_resource
|
||||
- community.general.attributes
|
||||
requirements:
|
||||
- passlib[argon2] >= 1.7.4
|
||||
|
||||
attributes:
|
||||
check_mode:
|
||||
support: full
|
||||
diff_mode:
|
||||
support: none
|
||||
|
||||
options:
|
||||
state:
|
||||
type: str
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue