All,
I have a playbook that reads in a vars_file and creates new users and then runs the chage command to force them to change their password on first/next login. Here is the playbook.
All,
I have a playbook that reads in a vars_file and creates new users and then runs the chage command to force them to change their password on first/next login. Here is the playbook.
You have indented command to far, remove two spaces so it align at the same level as name and with_items.
Thanks I feel utterly stupid right now…that fixed the problem.