You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Laur Ivan c0c2960e17 fix: Shortcut redirect. 1 year ago
meta fix: Shortcut redirect. 1 year ago
plugins fix: Shortcut redirect. 1 year ago
.gitignore fix: Add gitignore. 1 year ago
LICENSE feat: Add abspath to collection. 1 year ago
README.md feat: Add abspath to collection. 1 year ago
galaxy.yml fix: Shortcut redirect. 1 year ago

README.md

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