Browse Source

Issue #610: Updated configure_cobbler.yml

Signed-off-by: abhishek-s-a <a_sa@dellteam.com>
abhishek-s-a 3 years ago
parent
commit
48bc7e27ea
1 changed files with 2 additions and 2 deletions
  1. 2 2
      control_plane/roles/provision_cobbler/tasks/configure_cobbler.yml

+ 2 - 2
control_plane/roles/provision_cobbler/tasks/configure_cobbler.yml

@@ -35,7 +35,7 @@
     timeout: 30
 
 - name: Copy dhcpd.leases from cobbler
-  command: kubectl cp {{ role_path}}/files/{{ cobbler_kickstart_file }} {{ cobbler_pod_name.stdout }}:/root/{{ cobbler_kickstart_file }} -n {{ cobbler_namespace }}
+  command: kubectl cp {{ role_path }}/files/{{ cobbler_kickstart_file }} {{ cobbler_pod_name.stdout }}:/root/{{ cobbler_kickstart_file }} -n {{ cobbler_namespace }}
   changed_when: true
   when: not cobbler_config_status
 
@@ -67,4 +67,4 @@
     - "{{ role_path }}/files/dhcp.template"
     - "{{ role_path }}/files/settings"
     - "{{ role_path }}/files/{{ cobbler_kickstart_file }}"
-    - "{{ role_path }}/files/temp_host_mapping_file.csv.bak"
+    - "{{ role_path }}/files/temp_host_mapping_file.csv.bak"