Commit Graph

11 Commits

Author SHA1 Message Date
chris 095f5de034 feat(git.yml): enhance version handling for git repositories to prioritize 'master' if available 2026-07-28 00:02:49 +02:00
chris e60c1b81d1 feat(git.yml): add version handling for git repository installations 2026-07-27 22:16:45 +02:00
chris ab4ef8f831 Refactor variable names in git.yml for consistency and clarity 2026-07-21 00:42:05 +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 71f429d8aa Fix check for host-specific git vars file before including 2026-03-27 11:59:40 +01:00
chris 4c406279e9 git.yml: 'bool' in when clause is deprecated. 2025-11-09 16:54:40 +01:00
chris 5b0ae7542a update.. 2021-08-14 13:12:33 +02:00
chris 843912d125 update.. 2021-03-16 11:03:31 +01:00
chris 219d672e31 Minor changes on git repositiry install. 2019-07-06 16:09:49 +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