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 010eba0149 update. 2021-09-05 02:25:16 +02:00
chris 707e261c13 Update.. 2021-08-23 21:32:31 +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