Skip to content

Commit 0b9f615

Browse files
committed
remove vm cleanup/shutdown from site.yml
1 parent ca3f4ff commit 0b9f615

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

ansible/site.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -37,12 +37,4 @@
3737
import_playbook: "{{ hook_path if hook_path | exists else 'noop.yml' }}"
3838
when: hook_path | exists
3939

40-
- name: Clean up and shutdown Packer VM
41-
hosts: builder
42-
gather_facts: no
43-
become: yes
44-
tasks:
45-
- import_tasks: cleanup.yml
46-
- community.general.shutdown:
47-
4840
...

0 commit comments

Comments
 (0)