File tree Expand file tree Collapse file tree 2 files changed +7
-13
lines changed Expand file tree Collapse file tree 2 files changed +7
-13
lines changed Original file line number Diff line number Diff line change 97
97
- username
98
98
- url
99
99
- token
100
- injectors : |
101
- {% raw -%}
100
+ injectors : >
102
101
file:
103
102
template.git_credential_file: |
104
- [credential "{{ '{{' }} url }}"]
105
- username = {{ '{{' }} username }}
106
- helper = "!f() { test \"$1\" = get && echo \"password={{ '{{' }} token }}\"; }; f"
107
- {%- endraw %}
103
+ [credential "{{ url }}"]
104
+ username = {{ username }}
105
+ helper = "!f() { test \"$1\" = get && echo \"password={{ token }}\"; }; f"
108
106
109
107
110
108
# ################################################################################################################################
Original file line number Diff line number Diff line change 92
92
required:
93
93
- ca_public_key
94
94
- ca_signing_key
95
- injectors : |
96
- {% raw -%}
95
+ injectors : >
97
96
file:
98
97
template: '{{ ca_signing_key }}'
99
98
extra_vars:
100
99
nfc_ssh_path_host_ca_key: '{{ tower.filename }}'
101
100
nfc_ssh_host_ca_public_key: '{{ ca_public_key }}'
102
- nfc_ssh_host_ca_decryption_key: '{{ password | default('') }}'
103
- {%- endraw %}
101
+ nfc_ssh_host_ca_decryption_key: '{{ password | default("") }}'
104
102
105
103
- name : role/nfc_ssh/nfc_ssh_user_ca_public_key
106
104
description : A Credential type for No Fuss Computings nfc_ssh role
113
111
multiline: true
114
112
required:
115
113
- ca_public_key
116
- injectors : |
117
- {% raw -%}
114
+ injectors : >
118
115
extra_vars:
119
116
nfc_ssh_user_ca_public_key: '{{ ca_public_key }}'
120
- {%- endraw %}
You can’t perform that action at this time.
0 commit comments