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