aboutsummaryrefslogtreecommitdiffstats
path: root/roles/vmm/tasks/facts.yml
diff options
context:
space:
mode:
Diffstat (limited to 'roles/vmm/tasks/facts.yml')
-rw-r--r--roles/vmm/tasks/facts.yml8
1 files changed, 4 insertions, 4 deletions
diff --git a/roles/vmm/tasks/facts.yml b/roles/vmm/tasks/facts.yml
index c7b453b..58a6df5 100644
--- a/roles/vmm/tasks/facts.yml
+++ b/roles/vmm/tasks/facts.yml
@@ -2,10 +2,10 @@
set_fact:
vmm_vms_tmp: >
{{ vmm_vms_tmp | default([]) + [ item | combine({
- 'lladdr': item.name
- | hash('sha1')
- | truncate(12, True, '')
- | ansible.netcommon.hwaddr('unix')
+ "lladdr": item.name
+ | hash("sha1")
+ | truncate(12, True, "")
+ | ansible.netcommon.hwaddr("unix")
}) ] }}
loop: "{{ vmm_vms }}"
remember that computers suck.