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 c08f7fc commit 243ce27Copy full SHA for 243ce27
roles/gateway/tasks/main.yml
@@ -173,11 +173,7 @@
173
- name: Create properties.yml using template based on the version
174
ansible.builtin.template:
175
src: "properties.{{ iag_release }}.yml.j2"
176
-<<<<<<< Updated upstream:roles/gateway/tasks/main.yml
177
dest: "{{ iag_properties_location }}/properties.yml"
178
-=======
179
- dest: "{{ iag_properties_location }}/properties.yaml"
180
->>>>>>> Stashed changes:roles/gateway/tasks/main.yaml
181
owner: "{{ iag_user }}"
182
group: "{{ iag_group }}"
183
mode: "0600"
0 commit comments