dhcpd: adjust for rhel9
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
b831b8a154
commit
1ef9522722
1 changed files with 1 additions and 2 deletions
|
@ -1,11 +1,10 @@
|
|||
---
|
||||
- name: install dhcp server package (rhel8)
|
||||
- name: install dhcp server package
|
||||
package: state=present name=dhcp-server
|
||||
tags:
|
||||
- packages
|
||||
- base
|
||||
- dhcp_server
|
||||
when: ansible_distribution_major_version|int == 8
|
||||
|
||||
- name: setup dhcpd.conf
|
||||
copy: src=dhcpd.conf.{{ inventory_hostname }} dest=/etc/dhcp/dhcpd.conf mode=644
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue