Browse Source

Update secrets.yml

Signed-off-by: sakshiarora13 <sakshi_arora1@dell.com>
sakshiarora13 3 years ago
parent
commit
c27c74fb36
1 changed files with 1 additions and 2 deletions
  1. 1 2
      control_plane/roles/webui_grafana/tasks/secrets.yml

+ 1 - 2
control_plane/roles/webui_grafana/tasks/secrets.yml

@@ -13,7 +13,6 @@
 # limitations under the License.
 # limitations under the License.
 ---
 ---
 
 
-
 - name: Encrypt grafana username
 - name: Encrypt grafana username
   shell: |
   shell: |
     set -o pipefail
     set -o pipefail
@@ -42,4 +41,4 @@
       type: Opaque
       type: Opaque
       data:
       data:
         grafana_username: "{{ grafana_user_encrypted.stdout }}"
         grafana_username: "{{ grafana_user_encrypted.stdout }}"
-        grafana_password: "{{ grafana_password_encrypted.stdout }}"
+        grafana_password: "{{ grafana_password_encrypted.stdout }}"