31 Zeilen
648 B
YAML
31 Zeilen
648 B
YAML
---
|
|
namespace: sebastian
|
|
name: systemd
|
|
version: 0.4.2
|
|
|
|
readme: README.md
|
|
|
|
authors:
|
|
- Sebastian Tobie
|
|
description: An simple for generating systemd units with ansible
|
|
license_file: "LICENSE"
|
|
tags:
|
|
- systemd
|
|
- linux
|
|
dependencies:
|
|
sebastian.base: ">=0.4.0"
|
|
repository: https://gitea.sebastian-tobie.de/ansible/ansible-systemd.git
|
|
# documentation: http://docs.example.com
|
|
homepage: https://gitea.sebastian-tobie.de/ansible/ansible-systemd
|
|
issues: https://gitea.sebastian-tobie.de/ansible/ansible-systemd/issues
|
|
build_ignore:
|
|
- "*.gz"
|
|
- ".*"
|
|
- Makefile
|
|
- pyproject.toml
|
|
- upload.sh
|
|
- htmlcov
|
|
- changelogs
|
|
- docs
|
|
# manifest: null
|