Commit Graph

24 Commits

Author SHA1 Message Date
chris 062d1a6fc7 Refactor variable names in apt.yml for consistency and clarity 2026-07-20 23:48:19 +02:00
chris 81398e847e Refactor Ansible tasks to use fully qualified module names and improve code consistency
- Updated all tasks to use fully qualified module names (e.g., ansible.builtin.shell, ansible.builtin.copy) for clarity and to avoid ambiguity.
- Replaced deprecated 'yum' module with 'dnf' for package management on RedHat-based systems.
- Improved formatting and consistency in task definitions, including the use of double quotes for strings and consistent indentation.
- Removed unnecessary comments and whitespace to enhance readability.
- Ensured that conditions and loops are consistently formatted across all tasks.
2026-07-20 23:09:30 +02:00
chris 4f7da3ae5d Add check for legacy /etc/apt/sources.list existence before backup in apt.yml 2026-07-17 18:24:14 +02:00
chris d68e39127a Add deb822 source templates for Debian backports and security repositories 2026-07-13 21:24:24 +02:00
chris 8fe4047694 update.. 2026-02-04 23:25:58 +01:00
chris 4e06ed01aa get rid of deprecated code. 2026-02-01 12:30:58 +01:00
chris b9144ea2b6 update.. 2025-12-15 22:01:57 +01:00
chris 24aeb45e92 update.. 2025-11-25 00:23:27 +01:00
chris 3d3f950dad Remove 'warn' - its no longer supported. 2025-10-16 19:29:14 +02:00
chris 6b0ae55eb0 Update.. 2025-09-25 01:33:05 +02:00
chris 5fe32c6473 update.. 2025-01-21 16:53:58 +01:00
chris 134eb18465 update.. 2024-09-29 16:04:27 +02:00
chris 12609c3eda update.. 2023-06-16 20:43:34 +02:00
chris 11891bedf6 update.. 2023-04-13 18:07:33 +02:00
chris 526f7e919a update.. 2022-02-19 02:20:05 +01:00
chris 08ae4e6bff update.. 2022-01-15 15:24:33 +01:00
chris 466c99375c update.. 2021-11-05 15:17:48 +01:00
chris ab2a578955 update.. 2021-10-23 15:27:43 +02:00
chris 5b0ae7542a update.. 2021-08-14 13:12:33 +02:00
chris 31db32f1fc update.. 2021-08-12 18:27:50 +02:00
chris 010e8d2f52 Some not firther specified changes.. 2020-03-30 12:10:58 +02:00
chris 4545036e2f roles/common/tasks/apt.yml: Add tags. 2019-07-06 16:07:45 +02:00
chris 505cdbf120 Reduce output from ansible playbooks. Some minor changes. 2019-07-03 04:14:14 +02:00
chris 21fcd86115 Initial commit 2019-06-28 02:28:50 +02:00