summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorheqnx <root@heqnx.com>2025-07-12 12:32:18 +0300
committerheqnx <root@heqnx.com>2025-07-12 12:32:18 +0300
commit5a0f9c70eb028fc6bf04b9cdf39904fe5391612b (patch)
tree0c1299cddfc29d3b104d29d1357b8e00ddd5b748
parentc8a6c4f60ed36e6d29461599695baa779aff4948 (diff)
downloadansible-active-directory-range-5a0f9c70eb028fc6bf04b9cdf39904fe5391612b.tar.gz
ansible-active-directory-range-5a0f9c70eb028fc6bf04b9cdf39904fe5391612b.zip
forgot to add qemu-guest-agnt
-rw-r--r--packer/ubuntu-24.04-server.json4
1 files changed, 4 insertions, 0 deletions
diff --git a/packer/ubuntu-24.04-server.json b/packer/ubuntu-24.04-server.json
index 11b0acb..c40098f 100644
--- a/packer/ubuntu-24.04-server.json
+++ b/packer/ubuntu-24.04-server.json
@@ -71,6 +71,10 @@
"provisioners": [
{
"type": "shell",
+ "script": "files/scripts/linux/setup-qemu-guest-agent.sh"
+ },
+ {
+ "type": "shell",
"script": "files/scripts/linux/sysprep.sh"
}
],