Installs or removes packages from distribution repositories.
None.
Default variables are set in defaults/main.yml
.
No dependency on other Ansible Galaxy roles.
---
- hosts: servers
var:
package_install:
- vim
package_remove:
- nano
roles:
- role: hspaans.package
become: true
MIT
This role was created in 2020 by Hans Spaans.