Kaynağa Gözat

Update provision_password.yml

Signed-off-by: Shubhangi-dell <shubhangi_srivastava@dell.com>
Shubhangi-dell 3 yıl önce
ebeveyn
işleme
ee763350cb

+ 1 - 1
control_plane/roles/provision_cobbler/tasks/provision_password.yml

@@ -28,7 +28,7 @@
 
 - name: Cobbler UI password
   set_fact:
-        encrypt_password: "{{ cobbler_password | hash('sha3_256')}}"
+        encrypt_password: "{{ cobbler_password | hash('sha3_256') }}"
   no_log: true
   tags: install