Skip to content

Commit

Permalink
Lint Updates
Browse files Browse the repository at this point in the history
Signed-off-by: rsuplina <rsuplina@cloudera.com>
  • Loading branch information
rsuplina committed Jul 11, 2024
1 parent eaef9c3 commit aa6f6b9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions plugins/modules/host_template.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
module: host_template
short_description: Configure a host template
description:
- Creates a new host template or updates an existing one
- Creates a new host template or updates an existing one
- The module supports C(check_mode).
author:
- "Ronald Suplina (@rsuplina)"
Expand Down Expand Up @@ -72,7 +72,7 @@

EXAMPLES = r"""
---
- name: Create host template
- name: Create host template
cloudera.cluster.host_template
host: example.cloudera.com
username: "jane_smith"
Expand All @@ -81,7 +81,7 @@
name: "MyTemplate"
role_groups: ["kafka-GATEWAY-BASE", "atlas-ATLAS_SERVER-BASE" , "hive_on_tez-GATEWAY-BASE"]
- name: Update host template
- name: Update host template
cloudera.cluster.host_template
host: example.cloudera.com
username: "jane_smith"
Expand All @@ -90,7 +90,7 @@
name: "MyTemplate"
role_groups: ["kafka-GATEWAY-BASE", "atlas-ATLAS_SERVER-BASE"]
- name: Remove host template
- name: Remove host template
cloudera.cluster.host_template
host: example.cloudera.com
username: "jane_smith"
Expand Down

0 comments on commit aa6f6b9

Please sign in to comment.