Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
pycklets / resources / frecklet / git-installed.frecklet
Size: Mime:
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: {}