Skip to content

Commit

Permalink
update cleanup role
Browse files Browse the repository at this point in the history
  • Loading branch information
aine-etke committed Dec 4, 2024
1 parent 1e025cc commit 52caf7c
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 5 deletions.
2 changes: 2 additions & 0 deletions VERSIONS.diff.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
**Stable Updates Published**

* [Cactus Comments Client](https://gitlab.com/cactus-comments/cactus-client): [2.33.1](https://gitlab.com/cactus-comments/cactus-client/-/tags/2.33.1) -> [2.34.0](https://gitlab.com/cactus-comments/cactus-client/-/tags/2.34.0)
* [Corporal](https://github.com/devture/matrix-corporal): [3.0.0](https://github.com/devture/matrix-corporal/releases/tag/3.0.0) -> [3.1.1](https://github.com/devture/matrix-corporal/releases/tag/3.1.1)
* [Element](https://github.com/element-hq/element-web): [v1.11.86](https://github.com/element-hq/element-web/releases/tag/v1.11.86) -> [v1.11.87](https://github.com/element-hq/element-web/releases/tag/v1.11.87)
* [Exim Relay](https://github.com/devture/exim-relay): [4.98-r0-1](https://github.com/devture/exim-relay/releases/tag/4.98-r0-1) -> [4.98-r0-2](https://github.com/devture/exim-relay/releases/tag/4.98-r0-2)
* [Hookshot](https://github.com/matrix-org/matrix-hookshot): [5.4.1](https://github.com/matrix-org/matrix-hookshot/releases/tag/5.4.1) -> [6.0.1](https://github.com/matrix-org/matrix-hookshot/releases/tag/6.0.1)
* [Radicale](https://github.com/tomsquest/docker-radicale): [3.3.1.0](https://github.com/tomsquest/docker-radicale/releases/tag/3.3.1.0) -> [3.3.1.1](https://github.com/tomsquest/docker-radicale/releases/tag/3.3.1.1)
* [Schildichat](https://github.com/SchildiChat/schildichat-desktop): [1.11.36-sc.3](https://github.com/SchildiChat/schildichat-desktop/releases/tag/1.11.36-sc.3) -> [1.11.86-sc.0.test.0](https://github.com/SchildiChat/schildichat-desktop/releases/tag/1.11.86-sc.0.test.0)
* Static Files: 2.33.1 -> 2.34.0
* [Synapse](https://github.com/element-hq/synapse): [v1.120.0](https://github.com/element-hq/synapse/releases/tag/v1.120.0) -> [v1.120.2](https://github.com/element-hq/synapse/releases/tag/v1.120.2)
* [Synapse Admin](https://github.com/etkecc/synapse-admin): [v0.10.3-etke32](https://github.com/etkecc/synapse-admin/releases/tag/v0.10.3-etke32) -> [v0.10.3-etke33](https://github.com/etkecc/synapse-admin/releases/tag/v0.10.3-etke33)
4 changes: 2 additions & 2 deletions VERSIONS.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
* Borgmatic: 1.9.3
* Buscarron: v1.4.3
* Cactus Comments: 0.9.0
* Cactus Comments Client: 2.33.1
* Cactus Comments Client: 2.34.0
* Chatgpt: 3.1.4
* Cinny: v4.2.3
* Container Socket Proxy: 0.2.0
Expand Down Expand Up @@ -83,7 +83,7 @@
* Sms Bridge: 0.5.9
* Spam Checker Mjolnir Antispam Git: v1.6.4
* Spam Checker Synapse Simple Antispam Git: 5ab711971e3a4541a7a40310ff85e17f8262cc05
* Static Files: 2.33.1
* Static Files: 2.34.0
* Sygnal: v0.15.1
* Synapse: v1.120.2
* Synapse Admin: v0.10.3-etke33
Expand Down
1 change: 1 addition & 0 deletions roles/galaxy/cleanup/defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ system_cleanup_paths: []

# Debian only
system_cleanup_apt: false
system_cleanup_apt_ignore_errors: false
system_cleanup_apt_upgrade_type: safe

# purge-old-kernels (debian only)
Expand Down
4 changes: 2 additions & 2 deletions roles/galaxy/cleanup/meta/.galaxy_install_info
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
install_date: 'Mon 07 Oct 2024 02:00:10 PM '
install_commit: 90205d01a4ae470722e47d29ef2755cb65e2f8e4
install_date: 'Wed 04 Dec 2024 04:19:29 PM '
install_commit: ef9ec53039655339ba84b6b83d07c59caa94f329
version: main
2 changes: 2 additions & 0 deletions roles/galaxy/cleanup/tasks/packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,11 @@
update_cache: true
cache_valid_time: 3600
upgrade: "{{ system_cleanup_apt_upgrade_type }}"
ignore_errors: "{{ system_cleanup_apt_ignore_errors }}"

- name: Ensure package manager is clean
ansible.builtin.apt:
clean: true
autoclean: true
autoremove: true
ignore_errors: "{{ system_cleanup_apt_ignore_errors }}"

0 comments on commit 52caf7c

Please sign in to comment.