Skip to content

Commit

Permalink
Deprecated vsphere_with_checks mode in configure_networking role
Browse files Browse the repository at this point in the history
  • Loading branch information
AllRWeak authored and bl0way committed Jan 9, 2024
1 parent 4bbdd0f commit 9188b60
Showing 1 changed file with 12 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,16 @@
---
- name: DEPRECATED
ansible.builtin.debug:
msg: |
THIS NETWORK CONFIGURATION MODE IS DEPRECATED.
PLEASE REMOVE configure_networking_with_checks VARIABLE FROM YOUR PROJECT TO REMOVE THIS MESSAGE.
- name: Sleeping to read...
ansible.builtin.wait_for:
timeout: 60
become: false
delegate_to: localhost

- name: Waiting for VMware tools to become available...
community.vmware.vmware_guest_tools_wait:
name: "{{ custom_vm_name | default(vm_name) }}"
Expand Down

0 comments on commit 9188b60

Please sign in to comment.