Skip to content

Commit 5b594a9

Browse files
author
Rodrique Heron
committed
comment out condition for refresh inventory
1 parent 8c8a53c commit 5b594a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tasks/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858

5959
- name: refresh local static inventory
6060
meta: refresh_inventory
61-
when: not vm_teardown and (update_inventory and vm_ip is defined)
61+
#when: not vm_teardown and (update_inventory and vm_ip is defined)
6262

6363
- name: check if VM is reachable on known ip address
6464
command: ping -c1 {{ vm_ip }}

0 commit comments

Comments
 (0)