Go to file
2022-12-10 23:54:41 +01:00
plugins feat: Add abspath to collection. 2022-12-10 23:54:41 +01:00
galaxy.yml feat: Add abspath to collection. 2022-12-10 23:54:41 +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