apparmor.d/tests/packer/main.pkr.hcl

17 lines
358 B
HCL
Raw Normal View History

# apparmor.d - Full set of apparmor profiles
# Copyright (C) 2023 Alexandre Pujol <alexandre@pujol.io>
# SPDX-License-Identifier: GPL-2.0-only
packer {
required_plugins {
ansible = {
source = "github.com/hashicorp/ansible"
version = "~> 1"
}
qemu = {
source = "github.com/hashicorp/qemu"
version = "~> 1"
}
}
}