|
@@ -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
|