浏览代码

Issue #683: Update edit_iso_config.yml

Signed-off-by: abhishek-sa1 <abhishek.sa3@dell.com>
abhishek-sa1 3 年之前
父节点
当前提交
c072571118
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      control_plane/roles/control_plane_customiso/tasks/edit_iso_config.yml

+ 2 - 0
control_plane/roles/control_plane_customiso/tasks/edit_iso_config.yml

@@ -45,6 +45,8 @@
 - name: Copy files to tmp folder
   command:  rsync -AHPSXav {{ iso_mount_path }} {{ tmp_iso_dir }}
   changed_when: true
+  args:
+    warn: false
   tags: install
 
 - block: