mirror of
https://github.com/Rudd-O/ansible-qubes.git
synced 2025-06-06 18:08:31 +02: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
|