reorganized file layout

This commit is contained in:
Jay LaCroix
2020-09-01 16:06:30 -04:00
parent 7a2db83e04
commit d925816155
2 changed files with 18 additions and 6 deletions

View File

@@ -2,10 +2,11 @@
connection: local
become: true
pre_tasks:
- name: update repositories
apt:
update_cache: yes
changed_when: False
tasks:
- name: Install packages
apt:
name:
- htop
- mc
- tmux
- include: tasks/packages.yml

11
tasks/packages.yml Normal file
View File

@@ -0,0 +1,11 @@
- hosts: localhost
connection: local
become: true
tasks:
- name: Install packages
apt:
name:
- htop
- mc
- tmux