Commit Graph

13 Commits

Author SHA1 Message Date
chris eece49f53b fix(users-systemfiles.yml): standardize variable names and improve clarity in user file checks and backups 2026-07-29 17:44:18 +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 42fc2cdf58 update.. 2025-10-27 23:16:48 +01:00
chris c9f41f1232 update.. 2025-10-27 18:11:43 +01:00
chris c82630ccf2 update.. 2025-10-27 17:27:13 +01:00
chris 12c86849c2 update.. 2023-04-06 11:53:54 +02:00
chris 010e8d2f52 Some not firther specified changes.. 2020-03-30 12:10:58 +02:00
chris 82e4cf0bd6 users-systemfiles.yml: add flag '-a' to some copy commands. 2019-07-18 03:16:23 +02:00
chris 4bc1270d33 users-systemfiles.yml: minor changes. 2019-07-17 17:38:37 +02:00
chris ccebad0f6c Fix errors checking if local template directory exists. 2019-07-09 01:01:06 +02:00
chris cb4cb4ad3e users-systemfiles.yml: fix errors. Add condition to proof if local files to copy exists. 2019-07-06 16:19:36 +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