Browse Source

Update configure_alerting.yml

Signed-off-by: abhishek-sa1 <abhishek.sa3@dell.com>
abhishek-sa1 3 years ago
parent
commit
7ebe709138
1 changed files with 1 additions and 1 deletions
  1. 1 1
      roles/login_node/tasks/configure_alerting.yml

+ 1 - 1
roles/login_node/tasks/configure_alerting.yml

@@ -65,4 +65,4 @@
   cron:
     name: Auth failure alerting
     special_time: hourly
-    job: "{{ ansible_playbook_path.stdout.split(' ')[1] }} /root/auth_failure_check.yml -e 'alert_email_address={{ alert_email_address }}'"
+    job: "{{ ansible_playbook_path.stdout.split(' ')[1] }} {{ alerting_file_path }} -e 'alert_email_address={{ alert_email_address }}'"