diff options
author | heqnx <root@heqnx.com> | 2025-07-12 12:32:18 +0300 |
---|---|---|
committer | heqnx <root@heqnx.com> | 2025-07-12 12:32:18 +0300 |
commit | 5a0f9c70eb028fc6bf04b9cdf39904fe5391612b (patch) | |
tree | 0c1299cddfc29d3b104d29d1357b8e00ddd5b748 | |
parent | c8a6c4f60ed36e6d29461599695baa779aff4948 (diff) | |
download | ansible-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.json | 4 |
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" } ], |