diff options
Diffstat (limited to 'roles/vmm')
-rw-r--r-- | roles/vmm/tasks/facts.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/roles/vmm/tasks/facts.yml b/roles/vmm/tasks/facts.yml index 58a6df5..8362afb 100644 --- a/roles/vmm/tasks/facts.yml +++ b/roles/vmm/tasks/facts.yml @@ -6,6 +6,7 @@ | hash("sha1") | truncate(12, True, "") | ansible.netcommon.hwaddr("unix") + | regex_replace(':(.):', ':0\1:') }) ] }} loop: "{{ vmm_vms }}" |