Skip to content

Commit

Permalink
Merge pull request #11 from fadnincx/feat-specs-ssh
Browse files Browse the repository at this point in the history
feat: add specs ssh support
  • Loading branch information
Schroeffu authored Jan 5, 2023
2 parents 2d167ed + 316c53b commit e7e45c5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions prepare.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@
repo: '{{ potos_specs.git_url }}/{{ potos_specs.git_repo }}.git'
dest: '{{ playbook_dir }}/specs'
version: '{{ potos_specs.git_branch }}'
key_file: '{% if potos_specs.git_ssh_key is defined and potos_specs.git_ssh_key %}/etc/potos/specs_key{% else %}{{omit}}{% endif %}'
accept_newhostkey: true
single_branch: true
changed_when: False
failed_when: False
tasks:
Expand Down

0 comments on commit e7e45c5

Please sign in to comment.