Skip to content

Commit

Permalink
try this
Browse files Browse the repository at this point in the history
  • Loading branch information
l3acon committed Aug 20, 2024
1 parent 73d2498 commit d903426
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openshift/cnv/create_snapshot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
- name: Get name of VirtualMachine
ansible.builtin.set_stats:
data:
my_var: "{{ ansible_ssh_host|default(ansible_host))|default(inventory_hostname }}"
my_var: "{{ ansible_ssh_host|default(ansible_host))|default(inventory_hostname) }}"
vars:
ansible_connection: local

Expand Down

0 comments on commit d903426

Please sign in to comment.