Browse Source

Update configure_alerting.yml

Signed-off-by: abhishek-sa1 <abhishek.sa3@dell.com>
abhishek-sa1 3 years ago
parent
commit
7f9a39fe3d
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

@@ -54,7 +54,7 @@
 - name: Copy auth_failure_check.yml to login_node
   copy:
     src: "{{ role_path }}/files/auth_failure_check.yml"
-    dest: "/root/auth_failure_check.yml"
+    dest: "{{ alerting_file_path }}"
 
 - name: Fetch ansible-playbook path
   command: whereis ansible-playbook