Switch to template for yum_update.sh

Followup of [1] which switched to template for
yum_update.sh but missed updating it for
yum_update_docker.yml.

[1] https://review.opendev.org/#/c/683100/

Change-Id: Ibf5c9f0e07ff141a6c879fcda71be8119ae29b38
This commit is contained in:
yatinkarel 2019-09-28 00:43:18 +05:30
parent d28803f403
commit 20e69383e1
1 changed files with 2 additions and 2 deletions

View File

@ -44,8 +44,8 @@
dest: "{{ modify_dir_path }}/Dockerfile"
- name: Write yum_update.sh
copy:
src: yum_update.sh
template:
src: yum_update.sh.j2
dest: "{{ modify_dir_path }}/yum_update.sh"
mode: '0555'