Skip to content

Commit b69edcc

Browse files
authored
Remove ansible-2.10 inputs dict in favor of 2.9 ssh_key_data (#50)
1 parent 8ae8416 commit b69edcc

File tree

1 file changed

+1
-2
lines changed
  • inventory-generation/tower_jobs_launch

1 file changed

+1
-2
lines changed

inventory-generation/tower_jobs_launch/main.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,8 @@
3030
name: "{{ scm_credential_name }}"
3131
organization: "{{ organization }}"
3232
kind: scm
33+
ssh_key_data: "{{ lookup('file', ssh_key_data_path) }}"
3334
state: present
34-
inputs:
35-
ssh_key_data: "{{ lookup('file', ssh_key_data_path) }}"
3635

3736
- name: "Create the {{ customer_engagement }}-project"
3837
tower_project:

0 commit comments

Comments
 (0)