Begin extracting a base role
All checks were successful
/ lint (push) Successful in 50s
/ lint (pull_request) Successful in 47s

This commit is contained in:
Jake Howard 2024-09-17 22:12:06 +01:00
parent 02fe848b14
commit 5ecab2b527
Signed by: jake
GPG key ID: 57AFB45680EDD477
4 changed files with 6 additions and 4 deletions

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