Initial commit
This commit is contained in:
8
playbooks/basicpackage.yml
Normal file
8
playbooks/basicpackage.yml
Normal 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
|
Reference in New Issue
Block a user