Skip to content
Snippets Groups Projects
Commit da91fc6e authored by McConahy, Renee Margaret's avatar McConahy, Renee Margaret
Browse files

Parameterize URL for lockss-installer's Git repo.

parent 00009681
No related branches found
No related tags found
No related merge requests found
......@@ -119,7 +119,7 @@
- name: Pull LOCKSS repository.
git:
repo: https://github.com/lockss/lockss-installer
repo: "{{ lockss_git_url }}"
dest: /usr/src/lockss
version: "{{ lockss_git_version }}"
depth: 1
......
---
lockss_git_url: https://github.com/lockss/lockss-installer
lockss_access_subnet: 10.0.0.0/8
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment