Skip to content

Commit 285c09f

Browse files
committed
refactor: remove unnecessary assertion for netdata_cloud_claim_room_id
The code changes in this commit refactor the `assert.yml` file by removing an unnecessary assertion for `netdata_cloud_claim_room_id`. This assertion was found to be redundant and has been removed to simplify the code.
1 parent 1a58513 commit 285c09f

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

tasks/assert.yml

-8
Original file line numberDiff line numberDiff line change
@@ -22,14 +22,6 @@
2222
quiet: true
2323
when: netdata_cloud_enable
2424

25-
- name: "Test if netdata_cloud_claim_room_id is set correctly"
26-
ansible.builtin.assert:
27-
that:
28-
- netdata_cloud_claim_room_id is defined
29-
- netdata_cloud_claim_room_id is string
30-
quiet: true
31-
when: netdata_cloud_enable
32-
3325
- name: "Test if netdata_cloud_force_claim is set correctly"
3426
ansible.builtin.assert:
3527
that:

0 commit comments

Comments
 (0)