I need to something akin to: ``` ansible 'tag_Environment_build' --vault-password-file=~/.vault.txt -m shell -a 'hostname' ``` How should I do this?
I need to something akin to:
How should I do this?