Skip to content

Commit d194dc6

Browse files
adamruzickaekohl
authored andcommitted
Change password hash to sha512 to centos stream 9
1 parent 4f7e13e commit d194dc6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

roles/foreman_provisioning/tasks/configure_centos_9.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
ptables:
1818
- Kickstart default
1919
state: present
20-
password_hash: "SHA256"
20+
password_hash: "SHA512"
2121

2222
- name: "Set default template for CentOS Stream 9" # noqa: args[module]
2323
theforeman.foreman.os_default_template:

0 commit comments

Comments
 (0)