mirror of
https://github.com/ansible/awx.git
synced 2026-01-17 12:41:19 -03:30
tower_credential: ssh_key_data isn't a path anymore (#57113)
This commit is contained in:
parent
4ca0d8c72a
commit
87f6065a05
@ -168,7 +168,7 @@ EXAMPLES = '''
|
||||
- name: Add Credential Into Tower
|
||||
tower_credential:
|
||||
name: Workshop Credential
|
||||
ssh_key_data: "/home/{{ansible_user}}/.ssh/aws-private.pem"
|
||||
ssh_key_data: "{{ lookup('file', '/home/' ~ {{ansible_user}} ~ '/.ssh/aws-private.pem') }}"
|
||||
kind: ssh
|
||||
organization: Default
|
||||
tower_username: admin
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user