Skip to content

Commit 381df12

Browse files
committed
Add Lint Changes
Signed-off-by: rsuplina <[email protected]>
1 parent 68e732d commit 381df12

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

plugins/modules/host_template.py

+3-3
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
module: host_template
3737
short_description: Configure a host template
3838
description:
39-
- Creates a new host template or updates an existing one
39+
- Creates a new host template or updates an existing one
4040
- The module supports C(check_mode).
4141
author:
4242
- "Ronald Suplina (@rsuplina)"
@@ -64,15 +64,15 @@
6464

6565
EXAMPLES = r"""
6666
---
67-
- name: Create host template
67+
- name: Create host template
6868
cloudera.cluster.host_template
6969
host: example.cloudera.com
7070
username: "jane_smith"
7171
password: "S&peR4Ec*re"
7272
name: "base_cluster"
7373
role_configs_groups: ["kafka-GATEWAY-BASE", "atlas-ATLAS_SERVER-BASE" , "hive_on_tez-GATEWAY-BASE"]
7474
75-
- name: Update host template
75+
- name: Update host template
7676
cloudera.cluster.host_template
7777
host: example.cloudera.com
7878
username: "jane_smith"

0 commit comments

Comments
 (0)