Skip to content

Commit 2f4a9c8

Browse files
committed
[telemetry_logging] Update var names in role
1 parent 0ab2e37 commit 2f4a9c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

roles/telemetry_logging/tasks/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
- name: "Verify journal entries"
33
when: telemetry_logging_journal_list is defined
44
ansible.builtin.include_tasks: "journal_tests.yml"
5-
loop: "{{ journal_list }}"
5+
loop: "{{ telemetry_logging_journal_list }}"
66
loop_control:
77
loop_var: journal

0 commit comments

Comments
 (0)