소스 검색

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: