kilip.workstation.add_package (1.0.5) — module

Adding package to install

Authors: Anthonius Munthi (@kilip)

This plugin has a corresponding action plugin.

Install collection

Install with ansible-galaxy collection install kilip.workstation:==1.0.5


Add to requirements.yml

  collections:
    - name: kilip.workstation
      version: 1.0.5

Description

This module will add package to install in.

Inputs

    
brew:
    description:
    - Brew package name
    required: false

package:
    description:
    - Package name
    - Syntax varies with package manager. For example C(name-1.0) or C(name=1.0).
    - Package names also vary with package manager; this module will not "translate" them
      per distro. For example C(libyaml-dev), C(libyaml-devel).
    required: false

Outputs

ansible_facts:
  description: The original name param that was passed in.
  returned: always
  type: dict