Change PXE server task and handler name

This commit is contained in:
Khue Doan 2021-06-13 11:49:09 +07:00
parent a30adaec2a
commit 0157d25093
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
- name: Stop PXE server
- name: Stop ephemeral PXE server
docker_compose:
project_src: "{{ role_path }}/build"
state: absent

View File

@ -58,7 +58,7 @@
dest: "{{ role_path }}/build/http/kickstart/network/{{ hostvars[item]['mac'] }}.ks"
loop: "{{ groups['metal'] }}"
- name: Start PXE server
- name: Start ephemeral PXE server
docker_compose:
project_src: "{{ role_path }}/build"
state: present