Browse Source

Issue #749: Updated multi_profile_creation.yml

Signed-off-by: Bhagyashree-shetty <Bhagyashree_Shetty@dellteam.com>
Bhagyashree-shetty 3 years ago
parent
commit
d96cd4a613

+ 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