Browse Source

Issue #683: Update edit_iso_config.yml

Signed-off-by: abhishek-sa1 <abhishek.sa3@dell.com>
abhishek-sa1 3 years ago
parent
commit
c072571118

+ 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: