Skip to content

Commit

Permalink
Merge pull request #618 from manala/apt/update-symfony-repo
Browse files Browse the repository at this point in the history
[Apt] Update symfony repository
  • Loading branch information
hyvs authored Aug 17, 2022
2 parents 41ba92a + 9fb32c5 commit 0598882
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
### Added
- [Apt] Add GlusterFS 10.2 repository
- [Apt] Add HAProxy 2.6 repository
- [Apt] Update Symfony repository

## [2.0.0] - 2022-07-20
### Changed
Expand Down
6 changes: 5 additions & 1 deletion roles/apt/vars/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -319,7 +319,8 @@ manala_apt_repositories_patterns:
source: deb http://packages.kopia.io/apt/ stable main
key: kopia
symfony:
source: deb [trusted=yes] https://repo.symfony.com/apt/ /
source: deb https://dl.cloudsmith.io/public/symfony/stable/deb/debian {{ ansible_distribution_release }} main
key: symfony
file: symfony.list
github_cli:
source: deb https://cli.github.com/packages stable main
Expand Down Expand Up @@ -466,6 +467,9 @@ manala_apt_keys_patterns:
github_cli:
url: https://cli.github.com/packages/githubcli-archive-keyring.gpg
id: B97541F0
symfony:
url: https://dl.cloudsmith.io/public/symfony/stable/gpg.99CEF8A62216B73D.key
id: 2216B73D

# Preferences
manala_apt_preferences_patterns:
Expand Down

0 comments on commit 0598882

Please sign in to comment.