Skip to content

Commit 8e888e5

Browse files
authored
Merge pull request #10 from blink-zero/v1.0.0-release
V1.0.0 release
2 parents cedc380 + eadb9fc commit 8e888e5

1,703 files changed

Lines changed: 29 additions & 29 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

apps/plugins/ansible-deploy-vm-domain/tasks/vmware_create_domain_linux_centos7_minimal/settings.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@
44
"image_type": "linux",
55
"ansible_match_name": "lin_centos7_min",
66
"vmware_os_type": "centos64Guest",
7-
"image_icon_name": "CES.png",
7+
"image_icon_name": "operatingsystems/CES.png",
88
"network_type": "ansible-deploy-vm-domain"
99
}

apps/plugins/ansible-deploy-vm-domain/tasks/vmware_create_domain_linux_ubuntu18.04_minimal/settings.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@
44
"image_type": "linux",
55
"ansible_match_name": "lin_ubuntu18.04_min",
66
"vmware_os_type": "ubuntu64Guest",
7-
"image_icon_name": "UBT.png",
7+
"image_icon_name": "operatingsystems/UBT.png",
88
"network_type": "ansible-deploy-vm-domain"
99
}

apps/plugins/ansible-deploy-vm-domain/tasks/vmware_create_domain_linux_ubuntu20.04_minimal/settings.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@
44
"image_type": "linux",
55
"ansible_match_name": "lin_ubuntu20.04_min",
66
"vmware_os_type": "ubuntu64Guest",
7-
"image_icon_name": "UBT.png",
7+
"image_icon_name": "operatingsystems/UBT.png",
88
"network_type": "ansible-deploy-vm-domain"
99
}

apps/plugins/ansible-deploy-vm-domain/tasks/vmware_create_domain_linux_ubuntu22.04_minimal/settings.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@
44
"image_type": "linux",
55
"ansible_match_name": "lin_ubuntu22.04_min",
66
"vmware_os_type": "ubuntu64Guest",
7-
"image_icon_name": "UBT.png",
7+
"image_icon_name": "operatingsystems/UBT.png",
88
"network_type": "ansible-deploy-vm-domain"
99
}

apps/plugins/ansible-deploy-vm-domain/tasks/vmware_create_domain_windows_10pro/settings.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@
44
"image_type": "windows",
55
"ansible_match_name": "win_10pro",
66
"vmware_os_type": "windows9Server64Guest",
7-
"image_icon_name": "WIN.png",
7+
"image_icon_name": "operatingsystems/WIN.png",
88
"network_type": "ansible-deploy-vm-domain"
99
}

apps/plugins/ansible-deploy-vm-domain/tasks/vmware_create_domain_windows_server2019dc_core/settings.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@
44
"image_type": "windows",
55
"ansible_match_name": "win_server2019dc_core",
66
"vmware_os_type": "windows9Server64Guest",
7-
"image_icon_name": "WIN.png",
7+
"image_icon_name": "operatingsystems/WIN.png",
88
"network_type": "ansible-deploy-vm-domain"
99
}

apps/plugins/ansible-deploy-vm-domain/tasks/vmware_create_domain_windows_server2019dc_de/settings.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@
44
"image_type": "windows",
55
"ansible_match_name": "win_server2019dc_de",
66
"vmware_os_type": "windows9Server64Guest",
7-
"image_icon_name": "WIN.png",
7+
"image_icon_name": "operatingsystems/WIN.png",
88
"network_type": "ansible-deploy-vm-domain"
99
}

apps/plugins/ansible-deploy-vm-domain/tasks/vmware_create_domain_windows_server2022dc_core/settings.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@
44
"image_type": "windows",
55
"ansible_match_name": "win_server2022dc_core",
66
"vmware_os_type": "windows9Server64Guest",
7-
"image_icon_name": "WIN.png",
7+
"image_icon_name": "operatingsystems/WIN.png",
88
"network_type": "ansible-deploy-vm-domain"
99
}

apps/plugins/ansible-deploy-vm-domain/tasks/vmware_create_domain_windows_server2022dc_de/settings.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@
44
"image_type": "windows",
55
"ansible_match_name": "win_server2022dc_de",
66
"vmware_os_type": "windows9Server64Guest",
7-
"image_icon_name": "WIN.png",
7+
"image_icon_name": "operatingsystems/WIN.png",
88
"network_type": "ansible-deploy-vm-domain"
99
}

apps/plugins/ansible-deploy-vm/tasks/vmware_create_linux_centos7_gui/settings.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@
44
"image_type": "linux",
55
"ansible_match_name": "lin_centos7_gui",
66
"vmware_os_type": "centos64Guest",
7-
"image_icon_name": "CES.png",
7+
"image_icon_name": "operatingsystems/CES.png",
88
"network_type": "ansible-deploy-vm"
99
}

0 commit comments

Comments
 (0)