Hello
What I want to achieve is that the root password be the same on all my
hosts, and that this value be read statically from my configuration such
as:
root_account__password: foobar
root_account__password_update: True
The playbook runs fine, and no errors occur, yet when trying to do a
simple login with the password it doesn't work. The previous root
password also no longer works.
Luckily I don't lock myself out (sudo still works).
What am I doing wrong?
Julien