mirror of
https://github.com/ansible/awx.git
synced 2026-03-03 01:38:50 -03:30
cli: warn users if they specify a missing file with @
This commit is contained in:
@@ -57,5 +57,5 @@ Importing an SSH Key
|
||||
|
||||
awx credentials create --credential_type 'Machine' \
|
||||
--name 'My SSH Key' --user 'alice' \
|
||||
--inputs "{'username': 'server-login', 'ssh_key_data': '@~/.ssh/id_rsa`}"
|
||||
--inputs '{"username": "server-login", "ssh_key_data": "@~/.ssh/id_rsa"}'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user