mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-24 11:21:25 -07:00
[stable-6] Check mode has only been added for some _info and _facts modules in a bugfix (#6026)
Check mode has only been added for some _info and _facts modules in a bugfix (#5969)
Check mode has only been added for some _info and _facts modules in a bugfix.
(cherry picked from commit 867aee606e
)
This commit is contained in:
parent
91095240f4
commit
db451bf68a
23 changed files with 93 additions and 0 deletions
|
@ -22,6 +22,10 @@ description:
|
|||
- Create, update or destroy a reverse_proxy frontend entry in SOPHOS UTM.
|
||||
- This module needs to have the REST Ability of the UTM to be activated.
|
||||
|
||||
attributes:
|
||||
check_mode:
|
||||
version_added: 3.3.0
|
||||
# This was backported to 2.5.4 and 1.3.11 as well, since this was a bugfix
|
||||
|
||||
options:
|
||||
name:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue