Commit graph

10 commits

Author SHA1 Message Date
49dd796a05 🚨 Modernize ansible-lint silence markup
Fixes the following warning when running `ansible-lint`:

    WARNING  Replaced outdated tag '503' with 'no-handler', replace it to avoid future regressions

Link: https://ansible.readthedocs.io/projects/lint/rules/no-handler/
2025-02-19 21:40:23 +01:00
83a9b81cbc feat: add docker images prune cron job to docker_setup role 2024-09-10 20:42:30 +02:00
7555a13bf8 fix: fix missing file permissions for role docker_setup 2022-10-28 21:18:17 +02:00
69cf188426 fix: suppress false positive ansible lint warning 503 2022-10-24 22:22:35 +02:00
b75205f96c Use template to replace Docker apt list entry 2022-07-16 17:03:43 +02:00
af6092576c Add a template for the docker apt list
This template is necessary because the apt_repository role cannot
determine if an entry should be replaced.
2022-07-16 17:03:43 +02:00
97f33f3bc7 yamllint config and fixes 2020-12-28 22:53:53 +01:00
892ecb7290 Fix linter warnings in docker_setup 2020-12-12 23:10:04 +01:00
1ed05c94f1 Install docker tools for Python 3 2020-12-12 16:10:00 +01:00
e1115c9cbd Rename docker to docker_setup
* More in line of what the role does
* Consistent with Ansible's docker role naming scheme
2020-12-12 14:08:06 +01:00