feat: install dotfiles (improvements needed)
This commit is contained in:
8
install_dotfiles.yml
Normal file
8
install_dotfiles.yml
Normal file
@@ -0,0 +1,8 @@
|
||||
---
|
||||
- name: Install dotfiles on target
|
||||
hosts: 'kali'
|
||||
|
||||
tasks:
|
||||
- name: Install dotfiles
|
||||
include_role:
|
||||
name: install_dotfiles
|
||||
Reference in New Issue
Block a user