Unorganized variables for first testing
This commit is contained in:
6
roles/home/tasks/dotfiles.yml
Normal file
6
roles/home/tasks/dotfiles.yml
Normal file
@@ -0,0 +1,6 @@
|
||||
---
|
||||
- name: Clone dotfiles
|
||||
ansible.builtin.git:
|
||||
repo: "{{ item.value.dotfiles }}"
|
||||
dest: "/home/{{ item.key }}/.dotfiles"
|
||||
update: "{{ item.value.update }}"
|
||||
Reference in New Issue
Block a user