Tsunami/playbooks/basicpackage.yml

9 lines
164 B
YAML
Raw Permalink Normal View History

2022-04-25 13:50:01 +02:00
- hosts: all
tasks:
- name: update a server
apt: update_cache=yes
- name: "emacs-nox"
apt:
name: ["emacs-nox"]
state: present