tower_credential: ssh_key_data isn't a path anymore (#57113)
This commit is contained in:
parent
8043940c93
commit
e5b2e4c1ac
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue