瀏覽代碼

Update create_unattended_iso_leap.yml

Signed-off-by: abhishek-sa1 <abhishek.sa3@dell.com>
abhishek-sa1 3 年之前
父節點
當前提交
2b723c4d6c
共有 1 個文件被更改,包括 0 次插入3 次删除
  1. 0 3
      control_plane/roles/control_plane_customiso/tasks/create_unattended_iso_leap.yml

+ 0 - 3
control_plane/roles/control_plane_customiso/tasks/create_unattended_iso_leap.yml

@@ -19,7 +19,6 @@
     -c boot/x86_64/loader/boot.cat -eltorito-alt-boot -e boot/x86_64/efi -no-emul-boot -o {{ nfs_share_offline_repo }}/{{ leap_iso_filename }} {{ tmp_iso_dir }}
   changed_when: true
   register: leap_iso_status
-  tags: install
   args:
     chdir: "{{ tmp_iso_dir }}"
 
@@ -30,10 +29,8 @@
       - custom_iso_success_keyword2 in leap_iso_status.stderr
     success_msg: "{{ custom_iso_success_msg }}"
     fail_msg: "{{ custom_iso_fail_msg }}"
-  tags: install
   
 - name: Remove the kickstart file
   file:
     path: "{{ role_path }}/files/{{ idrac_kickstart_file }}"
     state: absent
-  tags: install