Преглед на файлове

Update create_unattended_iso_centos.yml

Signed-off-by: abhishek-sa1 <abhishek.sa3@dell.com>
abhishek-sa1 преди 3 години
родител
ревизия
07e3c7a727
променени са 1 файла, в които са добавени 0 реда и са изтрити 3 реда
  1. 0 3
      control_plane/roles/control_plane_customiso/tasks/create_unattended_iso_centos.yml

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

@@ -19,7 +19,6 @@
     -boot-info-table -eltorito-alt-boot -e images/efiboot.img -no-emul-boot -J -R -V "CentOS 7 x86_64"  {{ tmp_iso_dir }}
   changed_when: true
   register: centos_iso_status
-  tags: install
   args:
     chdir: "{{ tmp_iso_dir }}"
 
@@ -30,10 +29,8 @@
       - custom_iso_success_keyword2 in centos_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