Skip to content

Commit

Permalink
Adjust DEB and RPM URLs.
Browse files Browse the repository at this point in the history
  • Loading branch information
felixfontein committed Aug 25, 2023
1 parent c035a79 commit c11784d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion roles/install/vars/OS-Debian.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ _community_sops_install_system_package_deb_github: >-
https://github.com/getsops/sops/releases/download/v{{
_community_sops_install_effective_sops_version
}}/sops_{{
_community_sops_install_effective_sops_version
_community_sops_install_effective_sops_version.replace('-', '.')
}}_{{
_community_sops_install_arch_transform.get(ansible_facts.architecture, ansible_facts.architecture)
}}.deb
Expand Down
6 changes: 4 additions & 2 deletions roles/install/vars/OS-RedHat.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,10 @@ _community_sops_install_system_packages_unsigned_github:
}}/sops-{{
(_community_sops_install_effective_sops_version is version('3.6.0', '<')) | ternary('v', '')
}}{{
_community_sops_install_effective_sops_version
}}-1.{{
_community_sops_install_effective_sops_version.replace('-', '.')
}}{{
(_community_sops_install_effective_sops_version is version('3.8.0-a', '<')) | ternary('-1', '')
}}.{{
ansible_facts.architecture
}}.rpm
Expand Down

0 comments on commit c11784d

Please sign in to comment.