Skip to content

Commit

Permalink
Fixing rootpw command
Browse files Browse the repository at this point in the history
  • Loading branch information
sscheib committed Nov 19, 2023
1 parent e5c3e22 commit 4019c86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/kickstart.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
path: '{{ __work_dir_kickstart_path }}'
regex: '^rootpw.*$'
line: >-
"rootpw --iscrypted {{ _kickstart_root_password | string | ansible.builtin.password_hash(hashtype='sha512') }}"
rootpw --iscrypted {{ _kickstart_root_password | string | ansible.builtin.password_hash(hashtype='sha512') }}
no_log: true
become: true

Expand Down

0 comments on commit 4019c86

Please sign in to comment.