Skip to content
This repository has been archived by the owner on Jun 2, 2024. It is now read-only.

Commit

Permalink
Konfigurowalna nazwa pakietu
Browse files Browse the repository at this point in the history
  • Loading branch information
mpasternak committed Oct 1, 2023
1 parent 57ae7dc commit 44aaab4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions ansible/roles/bpp-site/defaults/main.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
---
django_package_name: "bpp-iplweb"

django_user: bpp
django_project_name: django_bpp
Expand Down
2 changes: 1 addition & 1 deletion ansible/roles/bpp-site/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
tags: ['config']

- name: Instalacja pakietu BPP (to może chwilę potrwać...)
command: "{{ django_home_dir }}/vexec pip install --upgrade --pre bpp-iplweb"
command: "{{ django_home_dir }}/vexec pip install --upgrade --pre {{ django_package_name }}"
# Ponizsze bylo uzywane przy instalacji z prywatnego repo
# --extra-index-url http://dev.iplweb.pl:8080/ --trusted-host dev.iplweb.pl
become: yes
Expand Down

0 comments on commit 44aaab4

Please sign in to comment.