Skip to content

Commit

Permalink
[FreeBSD] Fix the ping issue for FreeBSD (#585)
Browse files Browse the repository at this point in the history
Signed-off-by: ZouYuhua <[email protected]>
  • Loading branch information
ZouYuhua authored May 31, 2024
1 parent 091f038 commit f261025
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions common/reset_base_snapshot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@
vars:
snapshot_name: "{{ base_snapshot_name }}"
snapshot_description: "{{ base_snapshot_description | default('') }}"
dump_memory: "{{ guest_os_ansible_distribution != 'FreeBSD' }}"

- name: "Refresh base snapshot status variable"
ansible.builtin.set_fact:
Expand Down
1 change: 1 addition & 0 deletions linux/setup/create_base_snapshot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
- include_tasks: ../../common/vm_take_snapshot.yml
vars:
snapshot_name: "{{ base_snapshot_name }}"
dump_memory: "{{ guest_os_ansible_distribution != 'FreeBSD' }}"
- name: Set fact of base snapshot existence
ansible.builtin.set_fact:
base_snapshot_exists: true

0 comments on commit f261025

Please sign in to comment.