mirror of
https://github.com/Rudd-O/ansible-qubes.git
synced 2025-03-01 14:22:33 +01:00
10 lines
160 B
YAML
10 lines
160 B
YAML
- hosts: templatevms
|
|
sudo: True
|
|
tasks:
|
|
- name: deploy some editors
|
|
dnf: pkg={{ item }} state=present
|
|
with_items:
|
|
- emacs
|
|
- nano
|
|
- vim
|