Browse Source

Merge pull request #855 from Bhagyashree-shetty/devel

Updated provision_password.yml
Sujit Jadhav 3 years ago
parent
commit
a9308b14b4

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

@@ -104,7 +104,7 @@
     - name: Configure kickstart file - IP
       replace:
         path: "{{ role_path }}/files/{{ cobbler_kickstart_file }}"
-        regexp: '^          install: http://ip/cblr/links/leap-x86_64/'
+        regexp: '^          install: http://ip:port/cblr/links/leap-x86_64/'
         replace: '          install: http://{{ hpc_ip }}:{{ http_port }}/cblr/links/leap-x86_64/'
       tags: install
 
@@ -205,4 +205,4 @@
 - name: Remove ^M characters
   command: dos2unix {{ role_path }}/files/{{ cobbler_kickstart_file }}
   changed_when: false
-  failed_when: false
+  failed_when: false