Skip to content

Commit

Permalink
Fix EDB package repo assertion when repo token is used on Debian.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ianvdl authored and vibhorkumar123 committed Apr 10, 2024
1 parent 415c80f commit 7bd23a7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion roles/setup_repo/tasks/validate_setup_repo_aarch64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
# - name: Check for EDB Repo on Debian
# ansible.builtin.assert:
# that:
# - "'apt.enterprisedb.com' in apt_sources.stdout"
# - "'enterprisedb.com' in apt_sources.stdout"
# fail_msg: "Access to the EDB package repository is not configured"
# success_msg: "Access to the EDB package repository has been configured successfully"
# when:
Expand Down
2 changes: 1 addition & 1 deletion roles/setup_repo/tasks/validate_setup_repo_x86_64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@
- name: Check for EDB Repo on Debian
ansible.builtin.assert:
that:
- "'apt.enterprisedb.com' in apt_sources.stdout"
- "'enterprisedb.com' in apt_sources.stdout"
fail_msg: "Access to the EDB package repository is not configured"
success_msg: "Access to the EDB package repository has been configured successfully"
when:
Expand Down

0 comments on commit 7bd23a7

Please sign in to comment.