Ansible: fix the wrong module and mode for vpp_device.yaml in cleanup role 46/28046/4
authorJieqiang Wang <jieqiang.wang@arm.com>
Tue, 9 Jun 2020 11:29:26 +0000 (11:29 +0000)
committerJieqiang Wang <Jieqiang.Wang@arm.com>
Tue, 1 Sep 2020 02:55:47 +0000 (02:55 +0000)
commit8ce493fa0f0bc9fa178981ddd1e4a18fa39d6fb8
tree483a3c7fcb1f000b6821a1e63698fe6f00d3fd33
parent0df5beab9e8a1667f2885ed390046a71b2bc6e4f
Ansible: fix the wrong module and mode for vpp_device.yaml in cleanup role

The src field for ansible template module used in vpp_device.yaml of cleanup role should be jinja2 format and the mode for script to be transfered to the remote host should be executable for the file owner. Fix this error by replacing the ansible template module with ansible copy module and setting the file permission to be 744.

Change-Id: Ibf80b0c5bec77a13509122795a5b12b6faba2f8e
Signed-off-by: Jieqiang Wang <jieqiang.wang@arm.com>
resources/tools/testbed-setup/ansible/roles/cleanup/tasks/vpp_device.yaml