Change usage of deprecated ipmath module

This commit is contained in:
Oliver Traber 2022-05-14 17:39:31 +02:00
parent 04ae8866f7
commit 6dc08a26f4
Signed by: Bluemedia
GPG key ID: C0674B105057136C

View file

@ -7,7 +7,7 @@ option architecture-type code 93 = unsigned integer 16;
subnet {{ subnet }} netmask {{ netmask }} {
option routers {{ gateway }};
range {{ subnet | ansible.netcommon.ipmath(3) }} {{ subnet | ansible.netcommon.ipmath(254) }};
range {{ subnet | ansible.utils.ipmath(3) }} {{ subnet | ansible.utils.ipmath(254) }};
class "pxeclients" {
match if substring (option vendor-class-identifier, 0, 9) = "PXEClient";