浏览代码

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