Skip to content

Commit 256cc7d

Browse files
committed
updates due to az collection module change
1 parent e808f89 commit 256cc7d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

project/create_rhel_vm_demo.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,12 +48,12 @@
4848
when: survey_public_ip == "True"
4949

5050
- name: Dump public IP for VM which will be created
51-
debug:
51+
ansible.builtin.debug:
5252
msg: "The public IP is {{ output_ip_address.state.ip_address }}"
5353
when: survey_public_ip == "True"
5454

5555
- name: Set Stat for Ansible Controller
56-
set_stats:
56+
ansible.builtin.set_stats:
5757
data:
5858
azure_vm_public_ip: "{{ output_ip_address.state.ip_address }}"
5959
per_host: false

0 commit comments

Comments
 (0)