Skip to content

Commit

Permalink
Change password hash to sha512 to centos stream 9
Browse files Browse the repository at this point in the history
  • Loading branch information
adamruzicka authored and ekohl committed Dec 3, 2024
1 parent 4f7e13e commit d194dc6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/foreman_provisioning/tasks/configure_centos_9.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
ptables:
- Kickstart default
state: present
password_hash: "SHA256"
password_hash: "SHA512"

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

0 comments on commit d194dc6

Please sign in to comment.