$ ansible-playbook prepare_localhost.yml
Insert vault pass:
PLAY [localhost] **************************************************************************************************************************************************************************************************************************************************************
TASK [Gathering Facts] ********************************************************************************************************************************************************************************************************************************************************
ok: [localhost]
TASK [ansibleserver : Modify Vault password file] *****************************************************************************************************************************************************************************************************************************
changed: [localhost]
RUNNING HANDLER [ansibleserver : Reset vault password] ************************************************************************************************************************************************************************************************************************
Current value: aaa
New value: eee
Value set to: eee
ok: [localhost]
TASK [ansibleserver : Just call Reset vault password plugin again] ************************************************************************************************************************************************************************************************************
changed: [localhost]
RUNNING HANDLER [ansibleserver : Reset vault password] ************************************************************************************************************************************************************************************************************************
Current value: aaa
New value: eee
Value set to: eee
ok: [localhost]
PLAY RECAP ********************************************************************************************************************************************************************************************************************************************************************
localhost : ok=5 changed=2 unreachable=0 failed=0