Skip to content

Commit

Permalink
Adapt concatenation
Browse files Browse the repository at this point in the history
  • Loading branch information
pavetok committed Feb 17, 2024
1 parent 41f3bd9 commit e979139
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion baker/ansible/tasks/gear/status.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
{{ lookup('ansible.builtin.pipe', 'git write-tree --prefix=tool') }}
{{ lookup('ansible.builtin.pipe', 'git write-tree --prefix=test') }}
{{ lookup('ansible.builtin.pipe', 'git write-tree --prefix=baker') }}
{{ lookup('ansible.builtin.pipe', 'git write-tree --prefix=stack/gear/{{ devenv }}') }}
{{ lookup('ansible.builtin.pipe', 'git write-tree --prefix=stack/gear/' ~ devenv) }}
register: stack_cid
changed_when: false

Expand Down

0 comments on commit e979139

Please sign in to comment.