14 lines
534 B
YAML
14 lines
534 B
YAML
---
|
|
authors:
|
|
- Ansible Community
|
|
license_file: LICENSE
|
|
name: utils
|
|
namespace: ansible
|
|
description: Ansible Collection with utilities to ease the management, manipulation, and validation of data within a playbook
|
|
readme: README.md
|
|
repository: https://github.com/ansible-collections/ansible.utils
|
|
tags: [linux, networking, security, cloud, utilities, data, validation, utils]
|
|
# NOTE(pabelanger): We create an empty version key to keep ansible-galaxy
|
|
# happy. We dynamically inject version info based on git information.
|
|
version: null
|