Initial commit

This commit is contained in:
2022-04-25 13:50:01 +02:00
commit 213960dec7
10 changed files with 326 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
- hosts: all
tasks:
- name: update a server
apt: update_cache=yes
- name: "emacs-nox"
apt:
name: ["emacs-nox"]
state: present