Commit 65e34d71 authored by nanahira's avatar nanahira

no pxe restart

parent 58b702bb
...@@ -12,7 +12,7 @@ ...@@ -12,7 +12,7 @@
template: template:
src: ../files/pxe/boot.cfg.j2 src: ../files/pxe/boot.cfg.j2
dest: '{{ansible_user_dir}}/nextgen-router/services/others/pxe/menus/boot.cfg' dest: '{{ansible_user_dir}}/nextgen-router/services/others/pxe/menus/boot.cfg'
notify: restart_pxe #notify: restart_pxe
- name: pxe disks - name: pxe disks
synchronize: synchronize:
src: ../data/boot.netboot.xyz/ src: ../data/boot.netboot.xyz/
...@@ -22,7 +22,7 @@ ...@@ -22,7 +22,7 @@
verify_host: no verify_host: no
checksum: yes checksum: yes
archive: no archive: no
notify: restart_pxe #notify: restart_pxe
- name: pxe menus - name: pxe menus
synchronize: synchronize:
src: ../data/pxe-menus/ src: ../data/pxe-menus/
...@@ -31,4 +31,4 @@ ...@@ -31,4 +31,4 @@
verify_host: no verify_host: no
checksum: yes checksum: yes
archive: no archive: no
notify: restart_pxe #notify: restart_pxe
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment