Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
mikemorency committed Dec 12, 2024
1 parent 4ccdaef commit ed38019
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/integration/targets/prepare_lab/tasks/prepare_hosts.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
- name: Reset license on host
ansible.builtin.shell: |
ansible.builtin.raw: |
\cp -fR /etc/vmware/.#license.cfg /etc/vmware/license.cfg && /etc/init.d/vpxa restart
register: _test
ignore_errors: true
Expand All @@ -9,7 +9,7 @@
ansible_ssh_pass: "{{ lookup('env', 'ESXI1_PASSWORD') }}"

- ansible.builtin.debug:
var: test
var: _test

- name: Connect the host(s)
vmware.vmware_rest.vcenter_host:
Expand Down

0 comments on commit ed38019

Please sign in to comment.