Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
<a name="2.15.2"></a>
## 2.15.2 (2025-10-28)


#### Bug Fixes

* install apt repos before installing packages deps



<a name="2.12.0"></a>
## 2.12.0 ()

Expand Down
2 changes: 2 additions & 0 deletions tasks/install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,7 @@

- include_tasks: update.yml
- include_tasks: upgrade.yml
- include_tasks: keys.yml
- include_tasks: repositories.yml
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

tasks in repositories.yml use ansible.builtin.apt_repository and ansible.builtin.deb822_repository but these modules needs python3-apt and python3-debian "on the host that executes this module" which are installed in the next task in dependencies.yml

- include_tasks: dependencies.yml
- include_tasks: unattended_upgrades.yml
2 changes: 0 additions & 2 deletions tasks/manage.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
---

- include_tasks: keys.yml
- include_tasks: repositories.yml
- include_tasks: preferences.yml
- include_tasks: packages.yml
- include_tasks: debs.yml