Browse Source

Rename task string from secret to node key

Anuj Bansal 3 years ago
parent
commit
3557cf4b5c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      devops/infrastructure/roles/validators/tasks/main.yml

+ 1 - 1
devops/infrastructure/roles/validators/tasks/main.yml

@@ -18,7 +18,7 @@
   loop:
     - "{{ network_path }}"
 
-- name: Copy secret to remote host
+- name: Copy node key to remote host
   copy:
     dest: "{{ secret_path }}"
     content: "{{ subkey_output.stdout }}"