Skip to content

Commit

Permalink
Merge pull request #39 from siemens/siemens/feat/ensure_root_psswd_fix
Browse files Browse the repository at this point in the history
Fixing #38
  • Loading branch information
uk-bolly authored Feb 22, 2024
2 parents 19a64e3 + 8bf9197 commit 95c7f19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
- name: Ensure root password is set
ansible.builtin.assert:
that: root_passwd_set.rc == 0
fail_msg: "You have rule 5.6.6 enabled this requires that you have a root password set"
fail_msg: "You have rule 4.6.6 enabled this requires that you have a root password set"
success_msg: "You have a root password set"
tags:
- level1-server
Expand Down

0 comments on commit 95c7f19

Please sign in to comment.