Skip to content

Commit eee6302

Browse files
authored
[pfcwd]: cache the ansible facts (#554)
Signed-off-by: Sihui Han <[email protected]>
1 parent a93f2ac commit eee6302

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ansible/roles/test/tasks/pfc_wd.yml

+1
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@
4242
- set_fact:
4343
ansible_eth0_ipv4_addr: "{{ansible_eth0['ipv4']['address']}}"
4444
ansible_ethernet0_mac_addr: "{{ansible_Ethernet0['macaddress']}}"
45+
ansible_date_time: "{{ansible_date_time}}"
4546

4647
- set_fact:
4748
used: false

0 commit comments

Comments
 (0)