Skip to content

Commit d1f444c

Browse files
committed
[all] Fix ansible-doc
1 parent 97cde93 commit d1f444c

File tree

7 files changed

+10
-13
lines changed

7 files changed

+10
-13
lines changed

plugins/modules/ic_iam_role_info.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
short_description: Retrieve IAM roles on IBM Cloud.
2323
author: Gaëtan Trellu (@goldyfruit)
2424
version_added: "2.9"
25-
description:
25+
description: |
2626
- While managing roles, you may want to retrieve roles and filter by usages.
2727
This can be done through query parameters. Currently, we only support the
2828
following attributes: account_id, and service_name.
@@ -36,7 +36,7 @@
3636
description:
3737
- The role name or ID.
3838
type: str
39-
service
39+
service:
4040
description:
4141
- Service name where to list the role.
4242
type: str

plugins/modules/ic_is_lb.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@
7575
- The pool member target.
7676
type: dict
7777
required: true
78-
suboptions
78+
suboptions:
7979
instance:
8080
description:
8181
- The unique identifier for this virtual server instance.

plugins/modules/ic_is_lb_member.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
instances. Load balancers in the application family support IP
4747
addresses.
4848
type: dict
49-
suboptions
49+
suboptions:
5050
instance:
5151
description:
5252
- The identity of the instance to be targeted by the pool member

plugins/modules/ic_is_lb_rule.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@
2929
lb:
3030
description:
3131
- Load balancer name or ID.
32-
type: str
33-
required: true
32+
type: str
33+
required: true
3434
listeners:
3535
description:
3636
- Listener port or ID
@@ -59,7 +59,7 @@
5959
- The type of the rule.
6060
type: str
6161
choices: [header, hostname, path]
62-
value
62+
value:
6363
description:
6464
- Value to be matched for rule condition.
6565
type: str

plugins/modules/ic_is_lb_rule_info.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@
3131
lb:
3232
description:
3333
- Load balancer name or ID.
34-
type: str
35-
required: true
34+
type: str
35+
required: true
3636
listener:
3737
description:
3838
- Listener port or ID

plugins/modules/ic_is_vpn_cidr_info.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,10 +48,7 @@
4848
cidr:
4949
description:
5050
- Restrict results to specific CIDR.
51-
<<<<<<< HEAD
5251
type: str
53-
=======
54-
>>>>>>> 180e10d ([ic_is_vpn_cidr_info] Add module)
5552
'''
5653

5754
EXAMPLES = r'''

plugins/modules/ic_is_vpn_connection.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
- Dead Peer Detection interval in seconds.
5858
type: int
5959
default: 2
60-
timeout
60+
timeout:
6161
description:
6262
- Dead Peer Detection timeout in seconds. Must be at least the
6363
interval.

0 commit comments

Comments
 (0)