mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-03-22 05:09:12 +00:00
fixup tests add aliases file and runme.yml
This commit is contained in:
parent
583aed7bab
commit
47429d67c4
2 changed files with 13 additions and 0 deletions
5
tests/integration/targets/pgp_keyring/aliases
Normal file
5
tests/integration/targets/pgp_keyring/aliases
Normal file
|
|
@ -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
|
||||
8
tests/integration/targets/pgp_keyring/runme.yml
Normal file
8
tests/integration/targets/pgp_keyring/runme.yml
Normal file
|
|
@ -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}
|
||||
Loading…
Add table
Add a link
Reference in a new issue