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: 3 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 (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-19T08:30:37.000Z (9 months ago)
- Last Synced: 2025-01-08T12:50:50.974Z (4 months ago)
- Topics: ansible-role, evince, potos
- Homepage: https://potos.dev
- Size: 51.8 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 3
-
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.
[](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)