mirror of
https://github.com/foo-dogsquared/ansible-playbooks.git
synced 2025-01-30 22:57:57 +00:00
14 lines
326 B
YAML
14 lines
326 B
YAML
|
# This is just a test playbook for combining NixOS with Ansible for doing tasks
|
||
|
# that usually is not good with NixOS.
|
||
|
---
|
||
|
- name: foo-dogsquared's NixOS playbook for Flatpak-related tasks
|
||
|
hosts: workstation
|
||
|
become: yes
|
||
|
|
||
|
roles:
|
||
|
- role: system/flatpak
|
||
|
tags:
|
||
|
- desktop
|
||
|
- system
|
||
|
- flatpak
|