mirror of
https://github.com/cwchristerw/tjas-infra
synced 2025-09-05 12:03:21 +00:00
Fix typo in Deployer tasks
This commit is contained in:
@@ -205,7 +205,7 @@
|
|||||||
- kea
|
- kea
|
||||||
state: latest
|
state: latest
|
||||||
|
|
||||||
- name: "Deployer - Kea - Configure"
|
- name: "Deployer - Kea - Configure"
|
||||||
ansible.builtin.template:
|
ansible.builtin.template:
|
||||||
src: './files/kea/kea-dhcp4.conf'
|
src: './files/kea/kea-dhcp4.conf'
|
||||||
dest: '/etc/kea/kea-dhcp4.conf'
|
dest: '/etc/kea/kea-dhcp4.conf'
|
||||||
@@ -214,7 +214,7 @@
|
|||||||
- kea
|
- kea
|
||||||
- dhcp
|
- dhcp
|
||||||
|
|
||||||
- name: "Deployer : Kea : Restart"
|
- name: "Deployer : Kea : Restart"
|
||||||
ansible.builtin.systemd_service:
|
ansible.builtin.systemd_service:
|
||||||
name: kea-dhcp4-server
|
name: kea-dhcp4-server
|
||||||
state: restarted
|
state: restarted
|
||||||
|
Reference in New Issue
Block a user