Commit Graph

5 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 bb57e8e555 update... 2023-05-01 10:47:10 +02:00
chris 45115c6700 update.. 2022-11-17 18:10:40 +01:00
chris f80772ed42 update.. 2022-09-20 01:23:54 +02:00
chris d22a65ad9a update.. 2021-04-18 13:56:36 +02:00