Repository URL to install this package:
|
Version:
1.0.0b1 ▾
|
doc:
short_help: Ensures git is installed.
help: |
Ensures git is installed.
Currently this only uses the system package manager, which means root permissions are required. In the future also
(at least) a conda install will be supported.
frecklets:
- frecklet:
name: install
type: ansible-module
desc:
short: install git
references:
"'install' Ansible module (unofficial)": https://gitlab.com/nsbl/nsbl-plugins/blob/master/action_plugins/install.py
properties:
idempotent: true
internet: true
task:
become: true
vars:
packages:
- git
meta: {}
args: {}