mirror of
https://github.com/foo-dogsquared/ansible-playbooks.git
synced 2025-01-31 04:58:10 +00:00
playbooks: add one for NixOS
While it can be done with NixOS, it already exists in Ansible so we're taking advantage of it.
This commit is contained in:
parent
6afda297e4
commit
913f2d0b51
13
playbooks/nixos.yml
Normal file
13
playbooks/nixos.yml
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
# 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
|
Loading…
Reference in New Issue
Block a user