Ansible Role apps
This role manages a list of applications using the OS’s package manager.
Optional Role Variables
Variable  | 
Description  | 
Default Value  | 
|---|---|---|
  | 
List of apps to remove or to deploy. Subkeys: 
  | 
  | 
Example:
# optional
apps__apps__host_var:
  - name: 'svn'
    state: 'absent'
  - name: 'git'