Skip to content

Commit 901b785

Browse files
committed
Don't reboot
1 parent f420da1 commit 901b785

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ansible/roles/common/tasks/networking.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
- name: set the system hostname
44
hostname:
55
name: "{{ inventory_hostname }}"
6-
notify: reboot
6+
# notify: reboot
77

88
- name: upload /etc/hosts
99
template:

0 commit comments

Comments
 (0)