mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2024-12-31 22:15:13 +01:00
Kevin Veen-Birkenbach
33a1519ecb
git-subtree-dir: client-playbook git-subtree-mainline:e763d13570
git-subtree-split:13f29ce5f7
6 lines
172 B
YAML
6 lines
172 B
YAML
- name: pull ssh repository from {{ssh_configuration_repository}}
|
|
git:
|
|
repo: "{{ssh_configuration_repository}}"
|
|
dest: "$HOME/.ssh"
|
|
update: yes
|
|
become: false |