Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/projectpotos/ansible-role-potos_evince
Role to install Evince on Potos
https://github.com/projectpotos/ansible-role-potos_evince
ansible-role evince potos
Last synced: about 2 months ago
JSON representation
Role to install Evince on Potos
- Host: GitHub
- URL: https://github.com/projectpotos/ansible-role-potos_evince
- Owner: projectpotos
- License: gpl-3.0
- Created: 2023-04-19T12:13:55.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-05-16T10:32:13.000Z (8 months ago)
- Last Synced: 2024-05-16T11:38:47.057Z (8 months ago)
- Topics: ansible-role, evince, potos
- Homepage: https://potos.dev
- Size: 46.9 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: CODEOWNERS
Awesome Lists containing this project
README
# Ansible Role - potos\_Evince
Role to install Evince on Potos.
[![Test](https://github.com/projectpotos/ansible-role-potos_template/actions/workflows/test.yml/badge.svg)](https://github.com/projectpotos/ansible-role-potos_template/actions/workflows/test.yml)
## Example Playbook
As this role is tested via Molecule one can use [that
playbook](./molecule/default/converge.yml) as a starting point:```yaml
---- name: Converge
hosts: all
gather_facts: yes
tasks:
- name: run role
ansible.builtin.include_role:
name: 'ansible-role-potos_evince'
```## Requirements
N/A
## License
See [LICENSE](./LICENSE)
## Author Information
- [Project Potos](https://github.com/projectpotos)
- [Jocomol](https://github.com/Jocomol)