Skip to content

Commit

Permalink
chore: update ibridges variable name
Browse files Browse the repository at this point in the history
  • Loading branch information
dometto committed Oct 15, 2024
1 parent 84f9e4b commit 5331c84
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion playbooks/roles/ibridges/defaults/main.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
---
ibridges_systemwide_location: /usr/local/uu-pip
ibridges_template_plugin_url: ibridges-servers-uu
ibridges_template_plugin: ibridges-servers-uu
2 changes: 1 addition & 1 deletion playbooks/roles/ibridges/tasks/templates.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

- name: Install iBridges template plugin
pip:
name: "{{ ibridges_template_plugin_url }}"
name: "{{ ibridges_template_plugin }}"
extra_args: "--target {{ _ibridges_find_venv.files[0].path }}/site-packages"
state: present
register: ibridges_install_template_plugin
Expand Down

0 comments on commit 5331c84

Please sign in to comment.