We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ab2e37 commit 2f4a9c8Copy full SHA for 2f4a9c8
roles/telemetry_logging/tasks/main.yml
@@ -2,6 +2,6 @@
2
- name: "Verify journal entries"
3
when: telemetry_logging_journal_list is defined
4
ansible.builtin.include_tasks: "journal_tests.yml"
5
- loop: "{{ journal_list }}"
+ loop: "{{ telemetry_logging_journal_list }}"
6
loop_control:
7
loop_var: journal
0 commit comments