contrib-scripts icon indicating copy to clipboard operation
contrib-scripts copied to clipboard

Old Ansible inventory & vault scripts

Results 2 contrib-scripts issues
Sort by recently updated
recently updated
newest added

vault-keyring-client.py should return the password without a newline at the end to keep compatibility with the case when passwords are entered with `--ask-vault-password` Relevant code: https://github.com/ansible-community/contrib-scripts/blob/85f7604068ab9e11d840780de5bec458eebd247b/vault/vault-keyring-client.py#L135 Unfortunately, changing this breaks...