mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2024-11-10 06:51:04 +01:00
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
|