Skip to content

Commit

Permalink
Update provision_password.yml
Browse files Browse the repository at this point in the history
Signed-off-by: Shubhangi-dell <shubhangi_srivastava@dell.com>
  • Loading branch information
Shubhangi-dell committed Sep 22, 2021
1 parent 8789c0e commit ee76335
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit ee76335

Please sign in to comment.