Commit Graph

6 Commits

Author SHA1 Message Date
3daa587e89 feat: remove become from playbook
Some checks failed
test / Linting (push) Successful in 35s
test / Molecule tests (default, debian11) (push) Successful in 1m39s
test / Molecule tests (default, ubuntu2204) (push) Successful in 2m4s
test / Molecule tests (default, ubuntu2004) (push) Successful in 3m27s
test / Molecule tests (with_custom_config, ubuntu2204) (push) Has been cancelled
test / Molecule tests (with_custom_config, ubuntu2004) (push) Has been cancelled
test / Molecule tests (with_custom_config, debian11) (push) Has been cancelled
test / Molecule tests (with_custom_config, debian12) (push) Has been cancelled
test / Molecule tests (default, debian12) (push) Successful in 2m52s
2023-12-03 17:29:45 +01:00
b21265400f feat: add become: true to not rely on ansible.cfg, add vagrant tests for later 2023-11-30 18:03:00 +01:00
16afb0ab86 feat: only reload dokcer service if install_docker_start_service is enabled
All checks were successful
test / Linting (push) Successful in 34s
test / Molecule tests (default, debian11) (push) Successful in 2m11s
test / Molecule tests (default, ubuntu2004) (push) Successful in 2m11s
test / Molecule tests (default, debian12) (push) Successful in 2m15s
test / Molecule tests (with_custom_config, debian12) (push) Successful in 1m45s
test / Molecule tests (default, ubuntu2204) (push) Successful in 1m55s
test / Molecule tests (with_custom_config, debian11) (push) Successful in 2m3s
test / Molecule tests (with_custom_config, ubuntu2204) (push) Successful in 1m54s
test / Molecule tests (with_custom_config, ubuntu2004) (push) Successful in 2m29s
This avoid trying to reload docker if the role is set to not manage docker lifecycle (prevents unexpected reloads). This also fix the role not working in dokcer container build (with packer provisioner), where docker service cannot be reloaded during build.
2023-11-05 20:19:48 +00:00
ad984efa64 remove destructive behaviour by never restarting docker, only reloads
All checks were successful
test / Linting (push) Successful in 36s
test / Molecule tests (default, debian12) (push) Successful in 1m51s
test / Molecule tests (default, debian11) (push) Successful in 2m17s
test / Molecule tests (default, ubuntu2004) (push) Successful in 2m29s
test / Molecule tests (default, ubuntu2204) (push) Successful in 2m0s
test / Molecule tests (with_custom_config, debian11) (push) Successful in 1m44s
test / Molecule tests (with_custom_config, debian12) (push) Successful in 1m55s
test / Molecule tests (with_custom_config, ubuntu2204) (push) Successful in 2m6s
test / Molecule tests (with_custom_config, ubuntu2004) (push) Successful in 2m17s
2023-09-07 18:01:46 +02:00
52eff080b4 added a few tests, corrected various errors 2023-04-09 23:28:29 +02:00
ca5effc792 skeleton 2023-04-04 21:15:48 +02:00