|
@@ -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");
|
|
|
# you may not use this file except in compliance with the License.
|
|
@@ -21,13 +21,3 @@
|
|
|
- name: Start dhcpd services
|
|
|
command: dhcpd {{ ib_nic }}
|
|
|
changed_when: false
|
|
|
-
|
|
|
- - name: Change mode
|
|
|
- command: chmod 777 /start.sh
|
|
|
- changed_when: false
|
|
|
-
|
|
|
- - name: Run shell
|
|
|
- shell: ./start.sh
|
|
|
- args:
|
|
|
- chdir: /
|
|
|
- changed_when: false
|