소스 검색

Issue #749: Updated multi_profile_creation.yml

Signed-off-by: Bhagyashree-shetty <Bhagyashree_Shetty@dellteam.com>
Bhagyashree-shetty 3 년 전
부모
커밋
d96cd4a613
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      control_plane/roles/provision_cobbler/tasks/multi_profile_creation.yml

+ 2 - 0
control_plane/roles/provision_cobbler/tasks/multi_profile_creation.yml

@@ -47,6 +47,8 @@
 
 - name: Mount the iso file
   command: mount -o loop {{ iso_file_path }} /mnt/tmp
+  args:
+    warn: no
   when: not profile_exists
 
 - name: Copy the iso file inside /mnt