Unorganized variables for first testing

This commit is contained in:
2021-09-12 12:04:06 +02:00
parent b85991f285
commit 7b3d38ef17
6 changed files with 210 additions and 1 deletions

View File

@@ -0,0 +1,6 @@
---
- name: Clone dotfiles
ansible.builtin.git:
repo: "{{ item.value.dotfiles }}"
dest: "/home/{{ item.key }}/.dotfiles"
update: "{{ item.value.update }}"