We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8109f53 commit 95f2cb5Copy full SHA for 95f2cb5
ansible/roles/common/handlers/main.yml
@@ -26,3 +26,4 @@
26
27
- name: reboot
28
reboot:
29
+ when: packer_build_name is undefined
ansible/roles/common/tasks/networking.yml
@@ -3,7 +3,7 @@
3
- name: set the system hostname
4
hostname:
5
name: "{{ inventory_hostname }}"
6
- # notify: reboot
+ notify: reboot
7
8
- name: upload /etc/hosts
9
template:
0 commit comments