Adapted role names

This commit is contained in:
2022-08-19 21:54:18 +02:00
parent eeb365d5b6
commit 191d7a7907
13 changed files with 33 additions and 27 deletions

View File

@@ -0,0 +1,2 @@
dependencies:
- application-git

View File

@@ -0,0 +1,6 @@
- name: pull ssh repository from {{ssh_configuration_repository}}
git:
repo: "{{ssh_configuration_repository}}"
dest: "$HOME/.ssh"
update: yes
become: false