{"id":19624191,"url":"https://github.com/don-rumata/ansible-role-install-flatpak","last_synced_at":"2026-05-07T03:34:51.693Z","repository":{"id":177573063,"uuid":"257097688","full_name":"don-rumata/ansible-role-install-flatpak","owner":"don-rumata","description":"Ansible Role: Install Flatpak and add Flathub repo","archived":false,"fork":false,"pushed_at":"2021-05-02T22:55:14.000Z","size":28,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-09T11:58:11.472Z","etag":null,"topics":["ansible","ansible-galaxy","ansible-role","centos","debian","fedora","flathub","flatpak","opensuse","ubuntu"],"latest_commit_sha":null,"homepage":"https://galaxy.ansible.com/don_rumata/ansible_role_install_flatpak","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/don-rumata.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-04-19T20:39:35.000Z","updated_at":"2021-05-02T22:55:16.000Z","dependencies_parsed_at":null,"dependency_job_id":"9268d133-6354-4308-949f-76fdf7c0d87c","html_url":"https://github.com/don-rumata/ansible-role-install-flatpak","commit_stats":null,"previous_names":["don-rumata/ansible-role-install-flatpak"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/don-rumata%2Fansible-role-install-flatpak","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/don-rumata%2Fansible-role-install-flatpak/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/don-rumata%2Fansible-role-install-flatpak/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/don-rumata%2Fansible-role-install-flatpak/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/don-rumata","download_url":"https://codeload.github.com/don-rumata/ansible-role-install-flatpak/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240922778,"owners_count":19879174,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["ansible","ansible-galaxy","ansible-role","centos","debian","fedora","flathub","flatpak","opensuse","ubuntu"],"created_at":"2024-11-11T11:37:14.775Z","updated_at":"2026-05-07T03:34:51.661Z","avatar_url":"https://github.com/don-rumata.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# Ansible Role: Install Flatpak and add Flathub repo\n\n[![License][license-image]][license-url] [![Ansible Galaxy][ansible-galaxy-image]][ansible-galaxy-url] [![CircleCI][circleci-image]][circleci-url] [![Ansible Galaxy Quality][ansible-galaxy-quality-image]][ansible-galaxy-url]\n\nInstall [Flatpak](https://flatpak.org/) for Linux.\n\n## Work on\n\n```yaml\n  platforms:\n    - name: Fedora\n      versions:\n        - 33\n    - name: Ubuntu\n      versions:\n        - focal\n        - bionic\n        - xenial\n    - name: Debian\n      version:\n        - jessie\n        - stretch\n        - buster\n        - stable\n        - testing\n    - name: EL (CentOS)\n      versions:\n        - 8\n        - 7\n    - name: opensuse\n      vesrion:\n        - tumbleweed\n    - name: ArchLinux\n      version:\n        - any\n```\n\n## Requirements\n\n[min_ansible_version: 2.6](https://docs.ansible.com/ansible/latest/modules/flatpak_module.html)\n\n## Role Variables\n\nNone.\n\n## Dependencies\n\nNone.\n\n## Example Playbook\n\n`install-firefox-over-flatpak.yml`:\n\n```yaml\n- name: Install FireFox\n  hosts: all\n  strategy: free\n  serial:\n    - \"100%\"\n  roles:\n    - ansible-role-install-flatpak\n  tasks:\n\n    - name: Install FF over flatpak\n      become: yes\n      flatpak:\n        name: https://flathub.org/repo/appstream/org.mozilla.firefox.flatpakref\n        method: system\n        state: present\n      tags:\n        - firefox\n        - flatpak\n```\n\n## License\n\nApache License, Version 2.0\n\n## Author Information\n\n[don Rumata](https://github.com/don-rumata)\n\n## TODO\n\n- ~~Add tests.~~\n- Add more tests.\n\n[license-image]: https://img.shields.io/github/license/don-rumata/ansible-role-install-flatpak.svg\n[license-url]: https://opensource.org/licenses/Apache-2.0\n\n[ansible-galaxy-image]: https://img.shields.io/badge/ansible_galaxy-don__rumata.ansible__role__install__flatpak-blue.svg\n[ansible-galaxy-url]: https://galaxy.ansible.com/don_rumata/ansible_role_install_flatpak\n\n[circleci-image]: https://circleci.com/gh/don-rumata/ansible-role-install-flatpak.svg?style=shield\n[circleci-url]: https://circleci.com/gh/don-rumata/ansible-role-install-flatpak\n\n[ansible-galaxy-quality-image]: https://img.shields.io/ansible/quality/48079\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdon-rumata%2Fansible-role-install-flatpak","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdon-rumata%2Fansible-role-install-flatpak","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdon-rumata%2Fansible-role-install-flatpak/lists"}