From 47429d67c43d96ba9a45ac827ba3d7e95a66e981 Mon Sep 17 00:00:00 2001 From: Eero Aaltonen Date: Sun, 1 Mar 2026 12:59:07 +0200 Subject: [PATCH] fixup tests add aliases file and runme.yml --- tests/integration/targets/pgp_keyring/aliases | 5 +++++ tests/integration/targets/pgp_keyring/runme.yml | 8 ++++++++ 2 files changed, 13 insertions(+) create mode 100644 tests/integration/targets/pgp_keyring/aliases create mode 100644 tests/integration/targets/pgp_keyring/runme.yml diff --git a/tests/integration/targets/pgp_keyring/aliases b/tests/integration/targets/pgp_keyring/aliases new file mode 100644 index 0000000000..343f119da8 --- /dev/null +++ b/tests/integration/targets/pgp_keyring/aliases @@ -0,0 +1,5 @@ +# Copyright (c) Ansible Project +# GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) +# SPDX-License-Identifier: GPL-3.0-or-later + +azp/posix/3 diff --git a/tests/integration/targets/pgp_keyring/runme.yml b/tests/integration/targets/pgp_keyring/runme.yml new file mode 100644 index 0000000000..8da2e2578b --- /dev/null +++ b/tests/integration/targets/pgp_keyring/runme.yml @@ -0,0 +1,8 @@ +--- +# Copyright (c) Ansible Project +# GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) +# SPDX-License-Identifier: GPL-3.0-or-later + +- hosts: localhost + roles: + - {role: pgp_keyring}