Apply the dotfiles role
This commit is contained in:
parent
b454868ca8
commit
29e0b21a99
1 changed files with 7 additions and 0 deletions
7
Ansible/local.yml
Normal file
7
Ansible/local.yml
Normal file
|
@ -0,0 +1,7 @@
|
|||
---
|
||||
- name: Local
|
||||
hosts: localhost
|
||||
tasks:
|
||||
- name: Set up dotfiles
|
||||
ansible.builtin.include_role:
|
||||
name: dotfiles
|
Loading…
Add table
Add a link
Reference in a new issue