1
0
Fork 0
mirror of https://github.com/roles-ansible/ansible_role_gopass.git synced 2024-09-14 20:06:42 +02:00
ansible_role_gopass/meta/main.yml
L3D 349604eed0
testing namespace option
Signed-off-by: L3D <l3d@c3woc.de>
2023-10-06 16:53:02 +02:00

23 lines
449 B
YAML

---
galaxy_info:
role_name: gopass
author: l3d
namespace: l3d
description: Ansile role to install the Password Manager gopass.
license: "MIT"
min_ansible_version: '2.15'
github_branch: main
platforms:
- name: ArchLinux
versions: ['all']
- name: Debian
versions: ['all']
- name: Ubuntu
versions: ['all']
galaxy_tags:
- gopass
- pass
- gnupg
- passwordstore
- linux
dependencies: []