From 75a1f475bb830622c08eb096ab78e62460da3ea8 Mon Sep 17 00:00:00 2001 From: smiron Date: Tue, 4 Jun 2024 10:35:58 +0300 Subject: [PATCH] just a try commit --- README.md | 2 +- tests/integration/targets/info_test/run.yml | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 98bbc04d..28742264 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # cloud.vmware_ops roles/playbooks for VMware - +# just try This repository hosts the `cloud.vmware_ops` Ansible Collection. The collection includes a variety of Ansible roles and playbooks to help automate the management of VMware. diff --git a/tests/integration/targets/info_test/run.yml b/tests/integration/targets/info_test/run.yml index a3e81541..4a48392f 100644 --- a/tests/integration/targets/info_test/run.yml +++ b/tests/integration/targets/info_test/run.yml @@ -11,6 +11,10 @@ file: ../../integration_config.yml tags: eco-vcenter-ci + - name: Print info_hostname variable + ansible.builtin.debug: + msg: "info_hostname:: {{ info_hostname }}" + - name: Import simulator vars ansible.builtin.include_vars: file: vars.yml