Ansible: decrypt single vault value in the shell

```
$ ansible localhost -m debug -a 'var=my_password'
localhost | SUCCESS => {
    "my_password": "not secret anymore"
}
```

alexanderpresber
May 28, 2021
