WIP: Add roles #2

Draft
jake wants to merge 2 commits from roles into master
4 changed files with 6 additions and 4 deletions
Showing only changes of commit 5ecab2b527 - Show all commits

View file

@ -11,11 +11,8 @@
file: host_vars/{{ ansible_hostname }}.yml
failed_when: false
- import_tasks: tasks/user.yml
- import_tasks: tasks/packages.yml
- include_role:
name: geerlingguy.ntp
name: base
- import_tasks: tasks/boot.yml
- import_tasks: tasks/i3.yml

View file

@ -0,0 +1,5 @@
- import_tasks: user.yml
- import_tasks: packages.yml
- include_role:
name: geerlingguy.ntp