Browse Source

remove dhcp handlers from agent installer playbooks

Grega Bremec 1 tháng trước cách đây
mục cha
commit
11474d1b41
2 tập tin đã thay đổi với 0 bổ sung12 xóa
  1. 0 6
      playbooks/60-agent-installation.yml
  2. 0 6
      playbooks/65-agent-ipi-multinode.yml

+ 0 - 6
playbooks/60-agent-installation.yml

@@ -295,12 +295,6 @@
       when: dnsre_fix.changed
 
   handlers:
-    - name: restart dhcpd
-      become: yes
-      ansible.builtin.systemd_service:
-        name: dhcpd
-        state: restarted
-
     - name: reload dns
       become: yes
       ansible.builtin.systemd_service:

+ 0 - 6
playbooks/65-agent-ipi-multinode.yml

@@ -421,12 +421,6 @@
       when: dnsre_fix.changed
 
   handlers:
-    - name: restart dhcpd
-      become: yes
-      ansible.builtin.systemd_service:
-        name: dhcpd
-        state: restarted
-
     - name: reload dns
       become: yes
       ansible.builtin.systemd_service: