|
@@ -1,4 +1,4 @@
|
|
-# Copyright 2021 Dell Inc. or its subsidiaries. All Rights Reserved.
|
|
|
|
|
|
+# Copyright 2022 Dell Inc. or its subsidiaries. All Rights Reserved.
|
|
#
|
|
#
|
|
# Licensed under the Apache License, Version 2.0 (the "License");
|
|
# Licensed under the Apache License, Version 2.0 (the "License");
|
|
# you may not use this file except in compliance with the License.
|
|
# you may not use this file except in compliance with the License.
|
|
@@ -18,7 +18,7 @@
|
|
connection: local
|
|
connection: local
|
|
gather_facts: false
|
|
gather_facts: false
|
|
tasks:
|
|
tasks:
|
|
- - name: Start dhcpd services
|
|
|
|
- service:
|
|
|
|
- name: dhcpd
|
|
|
|
- state: started
|
|
|
|
|
|
+ - name: Install netaddr
|
|
|
|
+ package:
|
|
|
|
+ name: py3-netaddr
|
|
|
|
+ state: present
|