Add missing version_added in checkpoint documentation (#65048)
Domain is newly added in 2.10 release, specify this in the documentation section in Checkpoint httpapi connection plugin. Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
This commit is contained in:
parent
4e6fa59ec1
commit
9ef266778f
1 changed files with 1 additions and 0 deletions
|
@ -21,6 +21,7 @@ options:
|
|||
- Specifies the domain of the Check Point device
|
||||
vars:
|
||||
- name: ansible_checkpoint_domain
|
||||
version_added: "2.10"
|
||||
"""
|
||||
|
||||
import json
|
||||
|
|
Loading…
Add table
Reference in a new issue