--- # Copyright (C) 2014-2019 Maciej Delmanowski # Copyright (C) 2015-2022 DebOps # SPDX-License-Identifier: GPL-3.0-only # Ensure that custom Ansible plugins and modules included in the main DebOps # collection are available to roles in other collections. collections: [ 'debops.debops' ] dependencies: [] galaxy_info: author: 'Maciej Delmanowski' description: 'Manage user accounts based around git-shell' company: 'DebOps' license: 'GPL-3.0-only' min_ansible_version: '1.7.0' platforms: - name: 'Ubuntu' versions: [ 'all' ] - name: 'Debian' versions: [ 'all' ] galaxy_tags: - system - git