We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ae8416 commit b69edccCopy full SHA for b69edcc
inventory-generation/tower_jobs_launch/main.yaml
@@ -30,9 +30,8 @@
30
name: "{{ scm_credential_name }}"
31
organization: "{{ organization }}"
32
kind: scm
33
+ ssh_key_data: "{{ lookup('file', ssh_key_data_path) }}"
34
state: present
- inputs:
35
- ssh_key_data: "{{ lookup('file', ssh_key_data_path) }}"
36
37
- name: "Create the {{ customer_engagement }}-project"
38
tower_project:
0 commit comments