Go to file
2022-12-11 00:13:47 +01:00
plugins fix: Add init py for filters. 2022-12-11 00:13:20 +01:00
.gitignore fix: Add gitignore. 2022-12-10 23:58:04 +01:00
galaxy.yml fix: Bump version. 2022-12-11 00:13:47 +01:00
LICENSE feat: Add abspath to collection. 2022-12-10 23:54:41 +01:00
README.md feat: Add abspath to collection. 2022-12-10 23:54:41 +01:00

Ansible Collection - laurivan.plugins

A simple collection to satisfy missing functions from ansible core package.

Currently has:

  • a filter for abspath

Usage

Install collection locally:

ansible-galaxy collection install laurivan.plugins -p ./collections

Requirements

None

Dependencies

  • Ansible >= 2.9.6
  • Python >= 3.8.10