Skip to content

Commit

Permalink
PSMDB. Change PSMDB PRO main repo name, fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
sandraromanchenko committed Dec 15, 2023
1 parent bc075b4 commit e9c6143
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion psmdb/psmdb-upgrade/playbooks/side_effect.yml
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@
vars:
client_id: "{{ lookup('env', 'USERNAME') }}"
client_token: "{{ lookup('env', 'PASSWORD') }}"
repo: "{{ 'main' if lookup('env', 'REPO') == 'release' else lookup('env', 'REPO') }}"
repo: "{{ 'main' if lookup('env', 'TO_REPO') == 'release' else lookup('env', 'TO_REPO') }}"
version: "{{ lookup('env', 'TO_PSMDB_VERSION') }}"
when: ansible_os_family == "Debian" and to_repo_pro == true

Expand Down
2 changes: 1 addition & 1 deletion psmdb/psmdb-upgrade/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
vars:
client_id: "{{ lookup('env', 'USERNAME') }}"
client_token: "{{ lookup('env', 'PASSWORD') }}"
repo: "{{ 'main' if lookup('env', 'REPO') == 'release' else lookup('env', 'REPO') }}"
repo: "{{ 'main' if lookup('env', 'FROM_REPO') == 'release' else lookup('env', 'FROM_REPO') }}"
version: "{{ lookup('env', 'FROM_PSMDB_VERSION') }}"
when: ansible_os_family == "Debian" and from_repo_pro == true

Expand Down

0 comments on commit e9c6143

Please sign in to comment.