From cc46bdd71d26095d529baf5741d76eb6210072fb 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 | 5 +++++ 2 files changed, 6 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..9d8793d4 100644 --- a/tests/integration/targets/info_test/run.yml +++ b/tests/integration/targets/info_test/run.yml @@ -11,6 +11,11 @@ file: ../../integration_config.yml tags: eco-vcenter-ci + - name: Print info_hostname variable + ansible.builtin.debug: + msg: "info_hostname:: {{ info_hostname }}" + tags: eco-vcenter-ci + - name: Import simulator vars ansible.builtin.include_vars: file: vars.yml