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 c6a760e26e Update conditions for checking user configuration files in webadmin-user.yml 2026-05-01 02:29:27 +02:00
chris 010e8d2f52 Some not firther specified changes.. 2020-03-30 12:10:58 +02:00
chris 1c2ca89268 webadmin-user.yml: fir some error backing up .bashrc file. 2019-07-18 03:17:12 +02:00
chris 254719c277 Support '.vim' directory. 2019-07-09 14:01:52 +02:00
chris ccebad0f6c Fix errors checking if local template directory exists. 2019-07-09 01:01:06 +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