Parcourir la source

Rename task string from secret to node key

Anuj Bansal il y a 3 ans
Parent
commit
3557cf4b5c
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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 }}"