Skip to content

Commit 1ec35e8

Browse files
committed
[Apt] Introduce "trusted" repository parameter
1 parent 4bcbb70 commit 1ec35e8

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

88
## [Unreleased]
9+
### Added
10+
- [Apt] Add `trusted` parameter for repositories
911

1012
## [5.1.0] - 2025-10-15
1113
### Added

roles/apt/tasks/repositories.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
components: "{{ item.components | default(omit) }}"
2020
signed_by: "{{ item.signed_by | default(omit) }}"
2121
enabled: "{{ item.enabled | default(omit) }}"
22+
trusted: "{{ item.trusted | default(omit) }}"
2223
state: "{{ item.state }}"
2324
loop: |
2425
{{ query(

0 commit comments

Comments
 (0)