mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-02 14:40:19 -07:00
Sanity fixes in various modules (#50080)
This commit is contained in:
parent
6caed0c38b
commit
15d39f9108
23 changed files with 372 additions and 340 deletions
|
@ -285,7 +285,7 @@ class AzureRMRedisCaches(AzureRMModuleBase):
|
|||
type='int'
|
||||
),
|
||||
shard_count=dict(
|
||||
type='ints'
|
||||
type='int'
|
||||
),
|
||||
static_ip=dict(
|
||||
type='str'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue