So far I have installed the nexus using playbook, I am able to create user, role and permissions all using playbook. I am also able to create repositories and delete the repositories.
Now I am trying for 'default admin password change' for the admin user, I am able to do this successfully in my first run. But, when i go ahead and use my password for second run (which is my default or current) password, it take my old (rather than newly changed password) password which is default one. As scope of the password changed is limited to its run time.
My question here is how to make my ansible playbook to use the new password. Or Is use of ansible vault service (or cloud native vault) is good option here? Please share how can i make use of vault service to read the password and update the password to vault when i change it in ansible playbook.