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 40fccd9 commit 7c2946eCopy full SHA for 7c2946e
discovery/roles/discovery_validations/common/tasks/main.yml
@@ -59,6 +59,9 @@
59
- name: Include local_repo variables
60
ansible.builtin.include_tasks: include_local_repo_config.yml
61
62
+- name: Include local_repo variables
63
+ ansible.builtin.include_tasks: include_telemetry_config.yml
64
+
65
- name: Validate service_node repo
66
ansible.builtin.include_tasks: validate_service_node_repo.yml
67
when: service_role_required | default(false)
0 commit comments