Skip to content

Commit d2afda4

Browse files
authored
Update for ansible-lint (#249)
Signed-off-by: Webster Mudge <wmudge@cloudera.com>
1 parent 71ed449 commit d2afda4

File tree

101 files changed

+173
-128
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

101 files changed

+173
-128
lines changed

.ansible-lint

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
---
12
# Copyright 2025 Cloudera, Inc. All Rights Reserved.
23
#
34
# Licensed under the Apache License, Version 2.0 (the "License");

roles/auto_repo_mirror/tasks/prepare_auto_repo_mirror.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
---
2-
32
- name: Deprecation warning
43
run_once: true
54
cloudera.exe.deprecation:

roles/auto_repo_mirror/tasks/update_mirror_cache.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
---
2-
32
- name: Deprecation warning
43
run_once: true
54
cloudera.exe.deprecation:

roles/blackbox_exporter/handlers/main.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313
# limitations under the License.
1414

1515
---
16-
1716
- name: Start blackbox service
1817
block:
1918
- name: Reload systemd daemon

roles/caddy/handlers/main.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,7 @@
1313
# limitations under the License.
1414

1515
---
16-
1716
- name: Reload Caddy
1817
ansible.builtin.service:
19-
name: "{{ caddy_service }}"
20-
state: reloaded
18+
name: "{{ caddy_service }}"
19+
state: reloaded

roles/caddy/meta/argument_specs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
---
12
# Copyright 2025 Cloudera, Inc.
23
#
34
# Licensed under the Apache License, Version 2.0 (the "License");

roles/caddy/tasks/RedHat-pre.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313
# limitations under the License.
1414

1515
---
16-
1716
- name: Enable Fedora COPR
1817
ansible.builtin.package:
1918
name: "dnf-command(copr)"

roles/caddy/tasks/main.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313
# limitations under the License.
1414

1515
---
16-
1716
- name: Gather host distribution details
1817
ansible.builtin.setup:
1918
gather_subset: distribution

roles/caddy/vars/RedHat.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
---
12
# Copyright 2025 Cloudera, Inc.
23
#
34
# Licensed under the Apache License, Version 2.0 (the "License");

roles/caddy/vars/default.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
---
12
# Copyright 2025 Cloudera, Inc.
23
#
34
# Licensed under the Apache License, Version 2.0 (the "License");

0 commit comments

Comments
 (0)