Commit Graph

8 Commits

Author SHA1 Message Date
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 a41467f6d4 replace more deprecated code. 2026-02-01 14:49:41 +01:00
chris 4e06ed01aa get rid of deprecated code. 2026-02-01 12:30:58 +01:00
chris 3d3f950dad Remove 'warn' - its no longer supported. 2025-10-16 19:29:14 +02:00
chris 0c058e1a87 update.. 2023-10-28 19:57:20 +02:00
chris 12c86849c2 update.. 2023-04-06 11:53:54 +02:00
chris a143f30206 update.. 2022-11-25 01:07:36 +01:00
chris 34d8bccc43 update.. 2022-07-20 00:54:30 +02:00