mirror of
https://github.com/kevinveenbirkenbach/client-playbook.git
synced 2024-11-11 10:31:03 +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
|