Fix regression in workaround mechanism for update.
Change-Id: Ie71acfbacaa8b200c00341a719552c159f626cf7 Closes-Bug: #1870297
This commit is contained in:
parent
3c7c99e305
commit
4c3766c16d
@ -28,8 +28,8 @@
|
||||
|
||||
- name: create scripts with workarounds
|
||||
template:
|
||||
src: "update_workarounds.sh.j2"
|
||||
dest: "{{ working_dir }}/{{ item.script }}"
|
||||
src: "workarounds.sh.j2"
|
||||
dest: "{{ working_dir }}/{{ item }}.sh"
|
||||
mode: 0755
|
||||
force: true
|
||||
loop:
|
||||
|
Loading…
Reference in New Issue
Block a user