tower_credential: ssh_key_data isn't a path anymore (#57113)

pull/57139/head
Pilou 5 years ago committed by Alicia Cozine
parent 8043940c93
commit e5b2e4c1ac

@ -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…
Cancel
Save